Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -81
requirements.txt
CHANGED
@@ -1,81 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
easyocr==1.7.2 # Ensure this is the intended version
|
11 |
-
filelock==3.16.1
|
12 |
-
fsspec==2024.9.0
|
13 |
-
gitdb==4.0.11
|
14 |
-
GitPython==3.1.43
|
15 |
-
huggingface-hub==0.25.1 # Remove duplicate entry
|
16 |
-
idna==3.10
|
17 |
-
imageio==2.35.1
|
18 |
-
inexactsearch==1.0.2
|
19 |
-
Jinja2==3.1.4
|
20 |
-
jsonschema==4.23.0
|
21 |
-
jsonschema-specifications==2023.12.1
|
22 |
-
lazy_loader==0.4
|
23 |
-
markdown-it-py==3.0.0
|
24 |
-
MarkupSafe==2.1.5
|
25 |
-
mdurl==0.1.2
|
26 |
-
mpmath==1.3.0
|
27 |
-
narwhals==1.8.4
|
28 |
-
networkx==3.3
|
29 |
-
ninja==1.11.1.1
|
30 |
-
numpy==2.1.1
|
31 |
-
opencv-python-headless==4.10.0.84
|
32 |
-
packaging==24.1
|
33 |
-
pandas==2.2.3
|
34 |
-
pillow==10.4.0 # Ensure this is the intended version
|
35 |
-
pip==24.0
|
36 |
-
protobuf<4 # Adjusted version constraint
|
37 |
-
psutil==6.0.0
|
38 |
-
pyarrow==17.0.0
|
39 |
-
pyclipper==1.3.0.post5
|
40 |
-
pydeck==0.9.1
|
41 |
-
Pygments==2.18.0
|
42 |
-
python-bidi==0.6.0
|
43 |
-
python-dateutil==2.9.0.post0
|
44 |
-
pytz==2024.2
|
45 |
-
PyYAML==6.0.2
|
46 |
-
referencing==0.35.1
|
47 |
-
regex==2024.9.11
|
48 |
-
requests==2.32.3 # Specify version
|
49 |
-
rich==13.8.1
|
50 |
-
rpds-py==0.20.0
|
51 |
-
safetensors==0.4.5
|
52 |
-
scikit-image==0.24.0
|
53 |
-
scipy==1.14.1
|
54 |
-
sentencepiece==0.2.0
|
55 |
-
setuptools==75.1.0
|
56 |
-
shapely==2.0.6
|
57 |
-
silpa_common==0.3
|
58 |
-
six==1.16.0
|
59 |
-
smmap==5.0.1
|
60 |
-
soundex==1.1.3
|
61 |
-
spellchecker==0.4
|
62 |
-
streamlit==1.38.0
|
63 |
-
sympy==1.13.3
|
64 |
-
tenacity==8.5.0
|
65 |
-
tifffile==2024.9.20
|
66 |
-
tiktoken==0.7.0
|
67 |
-
tokenizers==0.20.0
|
68 |
-
toml==0.10.2
|
69 |
-
torch==2.4.1+cu118
|
70 |
-
torchaudio==2.4.1+cu118
|
71 |
-
torchvision==0.19.1+cu118
|
72 |
-
tornado==6.4.1
|
73 |
-
tqdm==4.66.5
|
74 |
-
transformers==4.45.1
|
75 |
-
typing_extensions==4.12.2
|
76 |
-
tzdata==2024.2
|
77 |
-
urllib3==2.2.3
|
78 |
-
verovio==4.3.1
|
79 |
-
watchdog==4.0.2
|
80 |
-
datasets==2.10.1
|
81 |
-
hf-transfer>=0.1.4 # Ensure compatibility
|
|
|
1 |
+
streamlit==1.20.0
|
2 |
+
transformers==4.21.1
|
3 |
+
torch==2.4.1
|
4 |
+
easyocr==1.5.0
|
5 |
+
Pillow==9.0.1
|
6 |
+
regex==2022.10.31
|
7 |
+
pyspellchecker>=0.7.2
|
8 |
+
numpy>=1.21.0
|
9 |
+
torchvision>=0.12.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|