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

Remove urllib3 version requirement

parent d267f112
No related branches found
No related tags found
No related merge requests found
Pipeline #16390 failed
...@@ -26,7 +26,6 @@ pypi_publish: ...@@ -26,7 +26,6 @@ pypi_publish:
only: only:
- main - main
stage: publish stage: publish
when: on_success
script: script:
- pip install twine - pip install twine
- python setup.py sdist bdist_wheel - python setup.py sdist bdist_wheel
......
...@@ -20,4 +20,3 @@ pytest~=7.2.2 ...@@ -20,4 +20,3 @@ 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
urllib3==1.26.7
\ No newline at end of file
...@@ -25,8 +25,7 @@ REQUIREMENTS = [ ...@@ -25,8 +25,7 @@ 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"
"urllib3==1.26.7"
] ]
setup( setup(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment