Skip to content
Snippets Groups Projects
Commit dfe33d9f authored by Maja Jabłońska's avatar Maja Jabłońska
Browse files

Update urllib3 version requirement

parent 3013b982
Branches
No related merge requests found
Pipeline #16393 failed with stage
in 28 seconds
......@@ -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
......@@ -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(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment