Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
@@ -1 +1,10 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.42.0
|
2 |
+
spacy==3.8.4
|
3 |
+
errant==3.0.0
|
4 |
+
grammarcorrector==0.1.1
|
5 |
+
streamlit-lottie==0.0.5
|
6 |
+
plotly==6.0.0
|
7 |
+
SQLAlchemy==2.0.38
|
8 |
+
pandas==2.2.3
|
9 |
+
requests==2.32.3
|
10 |
+
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0.tar.gz
|