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

Add spacy back

parent c7c67b8e
No related branches found
No related tags found
No related merge requests found
...@@ -18,4 +18,5 @@ pandas~=2.1.3 ...@@ -18,4 +18,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.7.2
urllib3==1.26.6 urllib3==1.26.6
\ No newline at end of file
...@@ -24,6 +24,7 @@ REQUIREMENTS = [ ...@@ -24,6 +24,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",
"urllib3==1.26.6" "urllib3==1.26.6"
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment