Skip to content
Snippets Groups Projects
Commit 89bd7bea authored by Maja Jablonska's avatar Maja Jablonska
Browse files

Change urllib verson in requirements

parent cf8ca1b5
Branches
No related merge requests found
Pipeline #16336 failed with stage
in 25 seconds
......@@ -20,4 +20,4 @@ pytest~=7.2.2
transformers~=4.27.3
sacremoses~=0.0.53
spacy~=3.3.1
urllib==1.26.7
\ No newline at end of file
urllib3==1.26.7
\ No newline at end of file
......@@ -26,7 +26,7 @@ REQUIREMENTS = [
"transformers~=4.27.3",
"sacremoses~=0.0.53",
"spacy~=3.3.1",
"urllib==1.26.7"
"urllib3==1.26.7"
]
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