Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
streamlit==1.38.0
|
2 |
-
newsapi-python==0.2.7
|
3 |
transformers==4.44.2
|
4 |
streamlit-extras==0.4.7
|
5 |
-
pandas==2.2.3
|
|
|
6 |
aiohttp==3.10.5
|
7 |
tenacity==8.2.3
|
8 |
torch==2.3.1
|
|
|
1 |
streamlit==1.38.0
|
2 |
+
newsapi-python==0.2.7
|
3 |
transformers==4.44.2
|
4 |
streamlit-extras==0.4.7
|
5 |
+
pandas==2.2.3
|
6 |
+
plotly==5.24.1
|
7 |
aiohttp==3.10.5
|
8 |
tenacity==8.2.3
|
9 |
torch==2.3.1
|