Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
spacy==3.4.4
|
4 |
spacy-experimental==0.6.4
|
5 |
-
thinc==8.1.0 # This version is typically compatible with numpy 1.21.x
|
6 |
httpx==0.24.1
|
7 |
httpcore==0.15.0
|
8 |
-
|
9 |
-
https://github.com/explosion/spacy-
|
|
|
|
1 |
+
fastapi==0.103.1
|
2 |
+
uvicorn[standard]==0.22.0
|
3 |
spacy==3.4.4
|
4 |
spacy-experimental==0.6.4
|
|
|
5 |
httpx==0.24.1
|
6 |
httpcore==0.15.0
|
7 |
+
numpy==1.21.6
|
8 |
+
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.1/en_core_web_sm-3.4.1-py3-none-any.whl
|
9 |
+
en-coreference-web-trf @ https://github.com/explosion/spacy-experimental/releases/download/v0.6.1/en_coreference_web_trf-3.4.0a2-py3-none-any.whl
|