Spaces:
Running
Running
Rohit Rajpoot
commited on
Commit
·
ea714f0
1
Parent(s):
612ef10
Add matplotlib + pin numpy<2 & scikit-learn for Space build
Browse files- assist/requirements.txt +4 -40
assist/requirements.txt
CHANGED
@@ -1,43 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
click==8.2.1
|
4 |
-
contourpy==1.3.2
|
5 |
-
cycler==0.12.1
|
6 |
-
filelock==3.18.0
|
7 |
-
fonttools==4.58.4
|
8 |
-
fsspec==2025.5.1
|
9 |
-
gitdb==4.0.12
|
10 |
-
GitPython==3.1.44
|
11 |
-
idna==3.10
|
12 |
-
Jinja2==3.1.6
|
13 |
-
joblib==1.5.1
|
14 |
-
kiwisolver==1.4.8
|
15 |
-
markdown-it-py==3.0.0
|
16 |
-
MarkupSafe==3.0.2
|
17 |
matplotlib==3.10.3
|
18 |
-
|
19 |
-
|
20 |
-
networkx==3.6.3
|
21 |
-
nltk==3.9.1
|
22 |
-
numpy==2.3.0
|
23 |
-
packaging==25.0
|
24 |
-
pillow==11.2.1
|
25 |
-
Pygments==2.19.1
|
26 |
-
pyparsing==3.2.3
|
27 |
-
python-dateutil==2.9.0.post0
|
28 |
-
regex==2024.11.6
|
29 |
-
requests==2.32.4
|
30 |
rich==14.0.0
|
31 |
-
scikit-learn==1.7.0
|
32 |
-
scipy==1.15.3
|
33 |
-
setuptools==80.9.0
|
34 |
-
shellingham==1.5.4
|
35 |
-
six==1.17.0
|
36 |
-
smmap==5.0.2
|
37 |
-
sympy==1.14.0
|
38 |
-
threadpoolctl==3.6.0
|
39 |
torch==2.7.1
|
40 |
-
tqdm==4.67.1
|
41 |
-
typer==0.16.0
|
42 |
-
typing_extensions==4.14.0
|
43 |
-
urllib3==2.4.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
|
|
|
|
|
|
|
|