Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -20,7 +20,8 @@ faiss-gpu
|
|
20 |
faiss-cpu
|
21 |
selenium
|
22 |
webdriver_manager
|
23 |
-
spacy
|
24 |
scikit-learn
|
25 |
networkx
|
26 |
-
tabula-py
|
|
|
|
|
|
20 |
faiss-cpu
|
21 |
selenium
|
22 |
webdriver_manager
|
|
|
23 |
scikit-learn
|
24 |
networkx
|
25 |
+
tabula-py
|
26 |
+
spacy==3.6.0
|
27 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.6.0/en_core_web_sm-3.6.0-py3-none-any.whl
|