From eab1fe6ce31770fb8df2df87c7200edabb629ca9 Mon Sep 17 00:00:00 2001 From: Maja Jablonska <majajjablonska@gmail.com> Date: Sun, 28 Jan 2024 16:55:22 +0100 Subject: [PATCH] Change urllib verson in requirements --- requirements.txt | 3 ++- setup.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0835382..c5ff21e 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 dc74f93..7151dad 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( -- GitLab