Spaces:
Running
Running
Rohit Rajpoot
commited on
Commit
·
deb1e84
1
Parent(s):
ea714f0
Add matplotlib + pin numpy<2 & scikit-learn for Space build
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
|
|
|
|
|
|
1 |
streamlit==1.46.0
|
2 |
typer==0.16.0
|
3 |
rich==14.0.0
|
4 |
torch==2.7.1
|
5 |
-
numpy<2
|
6 |
-
scikit-learn==1.7.0
|
|
|
1 |
+
numpy<2
|
2 |
+
scikit-learn==1.7.0
|
3 |
+
matplotlib==3.10.3
|
4 |
streamlit==1.46.0
|
5 |
typer==0.16.0
|
6 |
rich==14.0.0
|
7 |
torch==2.7.1
|
|
|
|