Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
streamlit==1.22.0
|
2 |
pandas==1.5.3
|
|
|
3 |
torch==2.0.1
|
4 |
transformers==4.30.2
|
5 |
-
plotly==5.15.0
|
|
|
1 |
streamlit==1.22.0
|
2 |
pandas==1.5.3
|
3 |
+
numpy==1.23.5
|
4 |
torch==2.0.1
|
5 |
transformers==4.30.2
|
6 |
+
plotly==5.15.0
|