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

Change urllib verson in requirements

parent 490fc3a6
No related merge requests found
Pipeline #16335 failed with stage
in 24 seconds
...@@ -19,4 +19,5 @@ pandas~=2.1.3 ...@@ -19,4 +19,5 @@ pandas~=2.1.3
pytest~=7.2.2 pytest~=7.2.2
transformers~=4.27.3 transformers~=4.27.3
sacremoses~=0.0.53 sacremoses~=0.0.53
spacy~=3.3.1 spacy~=3.3.1
\ No newline at end of file urllib==1.26.7
\ No newline at end of file
...@@ -25,7 +25,8 @@ REQUIREMENTS = [ ...@@ -25,7 +25,8 @@ REQUIREMENTS = [
"pytest~=7.2.2", "pytest~=7.2.2",
"transformers~=4.27.3", "transformers~=4.27.3",
"sacremoses~=0.0.53", "sacremoses~=0.0.53",
"spacy~=3.3.1" "spacy~=3.3.1",
"urllib==1.26.7"
] ]
setup( 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