From dfe33d9fa073f50a793f47417f9b265fd96d4569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maja=20Jab=C5=82o=C5=84ska?= <mjablonska@e-science.pl> Date: Wed, 31 Jan 2024 09:35:04 +0000 Subject: [PATCH] Update urllib3 version requirement --- requirements.txt | 3 +-- setup.py | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 12b2cfd..3388ada 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,11 +13,10 @@ numpy~=1.24.1 pytorch-lightning~=2.0.01 requests~=2.28.2 tqdm~=4.64.1 -urllib3~=1.26.14 filelock~=3.9.0 pandas~=2.1.3 pytest~=7.2.2 transformers~=4.27.3 sacremoses~=0.0.53 spacy~=3.3.1 -urllib3<=1.26.15 \ No newline at end of file +urllib3==1.26.6 \ No newline at end of file diff --git a/setup.py b/setup.py index 7e83244..23664f1 100644 --- a/setup.py +++ b/setup.py @@ -19,14 +19,13 @@ REQUIREMENTS = [ "pytorch-lightning~=2.0.01", "requests~=2.28.2", "tqdm~=4.64.1", - "urllib3~=1.26.14", "filelock~=3.9.0", "pandas~=2.1.3", "pytest~=7.2.2", "transformers~=4.27.3", "sacremoses~=0.0.53", "spacy~=3.3.1", - "urllib3<=1.26.15" + "urllib3==1.26.6" ] setup( -- GitLab