Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -15,6 +15,7 @@ pybind11>=2.13.2
|
|
| 15 |
pythran>=0.14.0
|
| 16 |
numpy>=1.20,!=1.24.0;python_version<"3.9"
|
| 17 |
numpy>=2.0.0rc1;python_version>="3.9"
|
|
|
|
| 18 |
git+https://github.com/scikit-plots/scikit-plots.git@main
|
| 19 |
|
| 20 |
# LLM model providers
|
|
|
|
| 15 |
pythran>=0.14.0
|
| 16 |
numpy>=1.20,!=1.24.0;python_version<"3.9"
|
| 17 |
numpy>=2.0.0rc1;python_version>="3.9"
|
| 18 |
+
|
| 19 |
git+https://github.com/scikit-plots/scikit-plots.git@main
|
| 20 |
|
| 21 |
# LLM model providers
|