Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
-
streamlit==1.
|
| 2 |
pandas==2.0.3
|
| 3 |
numpy==1.24.3
|
| 4 |
plotly==5.15.0
|
| 5 |
requests==2.31.0
|
| 6 |
huggingface-hub==0.17.0
|
| 7 |
-
pyarrow==14.0.0
|
|
|
|
|
|
| 1 |
+
streamlit==1.28.0
|
| 2 |
pandas==2.0.3
|
| 3 |
numpy==1.24.3
|
| 4 |
plotly==5.15.0
|
| 5 |
requests==2.31.0
|
| 6 |
huggingface-hub==0.17.0
|
| 7 |
+
pyarrow==14.0.0
|
| 8 |
+
orjson==3.9.0
|