Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -8,4 +8,6 @@ tiktoken
|
|
| 8 |
spacy
|
| 9 |
pandas
|
| 10 |
python-dotenv
|
| 11 |
-
requests
|
|
|
|
|
|
|
|
|
| 8 |
spacy
|
| 9 |
pandas
|
| 10 |
python-dotenv
|
| 11 |
+
requests
|
| 12 |
+
# ... spacy 'en_core_web_sm' ...
|
| 13 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1.tar.gz
|