Commit ·
dc41981
1
Parent(s): 6e9cc63
Pin numpy and pyarrow for pandas compatibility in HF Space
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
|
|
| 1 |
pandas==1.5.3
|
| 2 |
plotly==5.14.1
|
| 3 |
scikit-learn==1.1.2
|
| 4 |
gradio==3.24.1
|
|
|
|
|
|
| 1 |
+
numpy==1.26.4
|
| 2 |
pandas==1.5.3
|
| 3 |
plotly==5.14.1
|
| 4 |
scikit-learn==1.1.2
|
| 5 |
gradio==3.24.1
|
| 6 |
+
pyarrow==14.0.2
|