Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +13 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
altair
|
| 2 |
pandas
|
| 3 |
-
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
altair
|
| 2 |
pandas
|
| 3 |
+
streamlit
|
| 4 |
+
|
| 5 |
+
build
|
| 6 |
+
twine
|
| 7 |
+
meson>=1.5.0
|
| 8 |
+
ninja>=1.11.0
|
| 9 |
+
meson-python>=0.16.0
|
| 10 |
+
cython>=3.0.8
|
| 11 |
+
pybind11>=2.13.2
|
| 12 |
+
pythran>=0.14.0
|
| 13 |
+
numpy>=1.20,!=1.24.0;python_version<"3.9"
|
| 14 |
+
numpy>=2.0.0rc1;python_version>="3.9"
|
| 15 |
+
git+https://github.com/scikit-plots/scikit-plots.git@main
|