diff --git a/requirements.txt b/requirements.txt index 0835382a9608b729b290c071eb07ad34c0636444..c5ff21ef114a2c8281f69c4e66ed921b187e1b57 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 +urllib3==1.26.7 \ No newline at end of file diff --git a/setup.py b/setup.py index dc74f93e47c8c8524268dfa95fc7d24732246df0..7151dadc618b3f344a14be6832302976fe33ac5a 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", + "urllib3==1.26.7" ] setup(