Spaces:
Running
Running
Add cython>=0.29.36, spacy==3.7.2, wheel>=0.40.0
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
pip>=24.2
|
2 |
setuptools>=65.5.0
|
3 |
-
wheel>=0.
|
|
|
4 |
streamlit==1.36.0
|
5 |
asyncio==3.4.3
|
6 |
transformers==4.45.2
|
7 |
torch==2.3.1
|
8 |
-
spacy
|
9 |
nltk==3.8.1
|
10 |
rake_nltk==1.0.6
|
11 |
pandas==1.5.3
|
|
|
1 |
pip>=24.2
|
2 |
setuptools>=65.5.0
|
3 |
+
wheel>=0.40.0
|
4 |
+
cython>=0.29.36
|
5 |
streamlit==1.36.0
|
6 |
asyncio==3.4.3
|
7 |
transformers==4.45.2
|
8 |
torch==2.3.1
|
9 |
+
spacy==3.7.2
|
10 |
nltk==3.8.1
|
11 |
rake_nltk==1.0.6
|
12 |
pandas==1.5.3
|