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