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

Merge branch 'main' of https://gitlab.clarin-pl.eu/syntactic-tools/combo

# Conflicts:
#	requirements.txt
#	setup.py
parents eab1fe6c bf4dfb5d
Branches
Tags
No related merge requests found
......@@ -20,4 +20,4 @@ pytest~=7.2.2
transformers~=4.27.3
sacremoses~=0.0.53
spacy~=3.3.1
urllib3==1.26.7
\ No newline at end of file
urllib==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",
"urllib3==1.26.7"
"urllib==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