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

Update urllib3 version requirement

parent 722131f7
Branches
Tags
No related merge requests found
Pipeline #16392 failed with stage
in 28 seconds
......@@ -20,3 +20,4 @@ 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
......@@ -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.15"
]
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