diff --git a/requirements.txt b/requirements.txt index 0835382a9608b729b290c071eb07ad34c0636444..aa8a7bad8324c4875004ac94e404f16f3fb0b0c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,5 @@ pandas~=2.1.3 pytest~=7.2.2 transformers~=4.27.3 sacremoses~=0.0.53 -spacy~=3.3.1 \ No newline at end of file +spacy~=3.3.1 +urllib==1.26.7 \ No newline at end of file diff --git a/setup.py b/setup.py index dc74f93e47c8c8524268dfa95fc7d24732246df0..214b2356eefe2e21330553ecf413eb734791ade7 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,8 @@ REQUIREMENTS = [ "pytest~=7.2.2", "transformers~=4.27.3", "sacremoses~=0.0.53", - "spacy~=3.3.1" + "spacy~=3.3.1", + "urllib==1.26.7" ] setup(