Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +31 -29
requirements.txt
CHANGED
@@ -1,29 +1,31 @@
|
|
1 |
-
certifi==2024.8.30
|
2 |
-
charset-normalizer==3.3.2
|
3 |
-
colorama==0.4.6
|
4 |
-
filelock==3.16.1
|
5 |
-
fsspec==2024.9.0
|
6 |
-
huggingface-hub==0.25.1
|
7 |
-
idna==3.10
|
8 |
-
Jinja2==3.1.4
|
9 |
-
MarkupSafe==2.1.5
|
10 |
-
mpmath==1.3.0
|
11 |
-
networkx==3.3
|
12 |
-
numpy==2.1.1
|
13 |
-
packaging==24.1
|
14 |
-
pillow==10.4.0
|
15 |
-
PyYAML==6.0.2
|
16 |
-
regex==2024.9.11
|
17 |
-
requests==2.32.3
|
18 |
-
safetensors==0.4.5
|
19 |
-
sympy==1.13.3
|
20 |
-
tiktoken==0.7.0
|
21 |
-
tokenizers==0.20.0
|
22 |
-
torch==2.4.1
|
23 |
-
torchvision==0.19.1
|
24 |
-
tqdm==4.66.5
|
25 |
-
transformers==4.45.1
|
26 |
-
typing_extensions==4.12.2
|
27 |
-
urllib3==2.2.3
|
28 |
-
verovio==4.3.1
|
29 |
-
gradio
|
|
|
|
|
|
1 |
+
certifi==2024.8.30
|
2 |
+
charset-normalizer==3.3.2
|
3 |
+
colorama==0.4.6
|
4 |
+
filelock==3.16.1
|
5 |
+
fsspec==2024.9.0
|
6 |
+
huggingface-hub==0.25.1
|
7 |
+
idna==3.10
|
8 |
+
Jinja2==3.1.4
|
9 |
+
MarkupSafe==2.1.5
|
10 |
+
mpmath==1.3.0
|
11 |
+
networkx==3.3
|
12 |
+
numpy==2.1.1
|
13 |
+
packaging==24.1
|
14 |
+
pillow==10.4.0
|
15 |
+
PyYAML==6.0.2
|
16 |
+
regex==2024.9.11
|
17 |
+
requests==2.32.3
|
18 |
+
safetensors==0.4.5
|
19 |
+
sympy==1.13.3
|
20 |
+
tiktoken==0.7.0
|
21 |
+
tokenizers==0.20.0
|
22 |
+
torch==2.4.1
|
23 |
+
torchvision==0.19.1
|
24 |
+
tqdm==4.66.5
|
25 |
+
transformers==4.45.1
|
26 |
+
typing_extensions==4.12.2
|
27 |
+
urllib3==2.2.3
|
28 |
+
verovio==4.3.1
|
29 |
+
gradio
|
30 |
+
easyocr
|
31 |
+
|