Spaces:
Sleeping
Sleeping
Muhammad Adnan
commited on
Commit
·
c24dc2c
1
Parent(s):
62feb85
Fix requirements.txt to only contain dependencies
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -10,3 +10,6 @@ numpy==2.0.2
|
|
| 10 |
pandas==2.2.3
|
| 11 |
pydantic==2.9.2
|
| 12 |
beautifulsoup4==4.12.3
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
pandas==2.2.3
|
| 11 |
pydantic==2.9.2
|
| 12 |
beautifulsoup4==4.12.3
|
| 13 |
+
|
| 14 |
+
# spaCy language model
|
| 15 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0.tar.gz
|