Update requirements.txt
Browse files- requirements.txt +20 -30
requirements.txt
CHANGED
@@ -1,35 +1,26 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
click==8.1.7
|
7 |
-
cmake==3.30.3
|
8 |
-
contourpy==1.2.1 # Compatible with Python 3.9
|
9 |
cycler==0.12.1
|
10 |
-
|
11 |
-
|
12 |
-
Flask==3.0.3
|
13 |
fonttools==4.56.0
|
14 |
-
fsspec==
|
15 |
huggingface-hub==0.28.1
|
16 |
-
hypothesis==6.112.1
|
17 |
idna==3.10
|
18 |
itsdangerous==2.2.0
|
19 |
-
Jinja2==3.1.
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
matplotlib
|
24 |
mpmath==1.3.0
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
optree
|
29 |
-
packaging==24.1
|
30 |
pandas==2.2.3
|
31 |
pillow==11.1.0
|
32 |
-
psutil==6.0.0
|
33 |
pyparsing==3.2.1
|
34 |
python-dateutil==2.9.0.post0
|
35 |
pytz==2025.1
|
@@ -37,15 +28,14 @@ PyYAML==6.0.2
|
|
37 |
regex==2024.11.6
|
38 |
requests==2.32.3
|
39 |
safetensors==0.5.2
|
40 |
-
|
41 |
-
|
42 |
sympy==1.13.1
|
43 |
tokenizers==0.21.0
|
44 |
-
torch
|
45 |
tqdm==4.67.1
|
46 |
transformers==4.48.3
|
47 |
-
types-dataclasses==0.6.6
|
48 |
typing_extensions==4.12.2
|
49 |
tzdata==2025.1
|
50 |
-
urllib3==2.
|
51 |
-
Werkzeug==3.
|
|
|
1 |
+
blinker==1.9.0
|
2 |
+
certifi==2025.1.31
|
3 |
+
charset-normalizer==3.4.1
|
4 |
+
click==8.1.8
|
5 |
+
contourpy
|
|
|
|
|
|
|
6 |
cycler==0.12.1
|
7 |
+
filelock==3.17.0
|
8 |
+
Flask==3.1.0
|
|
|
9 |
fonttools==4.56.0
|
10 |
+
fsspec==2025.2.0
|
11 |
huggingface-hub==0.28.1
|
|
|
12 |
idna==3.10
|
13 |
itsdangerous==2.2.0
|
14 |
+
Jinja2==3.1.5
|
15 |
+
kiwisolver
|
16 |
+
MarkupSafe==3.0.2
|
17 |
+
matplotlib==3.10.0
|
|
|
18 |
mpmath==1.3.0
|
19 |
+
networkx==3.4.2
|
20 |
+
numpy==2.2.2
|
21 |
+
packaging==24.2
|
|
|
|
|
22 |
pandas==2.2.3
|
23 |
pillow==11.1.0
|
|
|
24 |
pyparsing==3.2.1
|
25 |
python-dateutil==2.9.0.post0
|
26 |
pytz==2025.1
|
|
|
28 |
regex==2024.11.6
|
29 |
requests==2.32.3
|
30 |
safetensors==0.5.2
|
31 |
+
setuptools==75.8.0
|
32 |
+
six==1.17.0
|
33 |
sympy==1.13.1
|
34 |
tokenizers==0.21.0
|
35 |
+
torch==2.6.0
|
36 |
tqdm==4.67.1
|
37 |
transformers==4.48.3
|
|
|
38 |
typing_extensions==4.12.2
|
39 |
tzdata==2025.1
|
40 |
+
urllib3==2.3.0
|
41 |
+
Werkzeug==3.1.3
|