Spaces:
Running
Running
Commit
·
2050e09
1
Parent(s):
a53e97e
Update requirements.txt to include setuptools
Browse files- requirements.txt +83 -8
requirements.txt
CHANGED
@@ -1,12 +1,87 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
iou==0.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
librosa==0.10.1
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
torch==2.2.1
|
|
|
10 |
tqdm==4.64.1
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.5.0
|
2 |
+
attrs==25.1.0
|
3 |
+
audioread==3.0.1
|
4 |
+
beautifulsoup4==4.13.3
|
5 |
+
blinker==1.9.0
|
6 |
+
cachetools==5.5.2
|
7 |
+
certifi==2025.1.31
|
8 |
+
cffi==1.17.1
|
9 |
+
charset-normalizer==3.4.1
|
10 |
+
click==8.1.8
|
11 |
+
contourpy==1.3.1
|
12 |
+
cycler==0.12.1
|
13 |
+
decorator==5.2.1
|
14 |
+
filelock==3.17.0
|
15 |
+
fonttools==4.56.0
|
16 |
+
fsspec==2025.2.0
|
17 |
+
gdown==5.2.0
|
18 |
+
gitdb==4.0.12
|
19 |
+
GitPython==3.1.44
|
20 |
+
idna==3.10
|
21 |
+
importlib_metadata==7.2.1
|
22 |
iou==0.1.0
|
23 |
+
Jinja2==3.1.5
|
24 |
+
joblib==1.4.2
|
25 |
+
jsonschema==4.23.0
|
26 |
+
jsonschema-specifications==2024.10.1
|
27 |
+
kiwisolver==1.4.8
|
28 |
+
lazy_loader==0.4
|
29 |
librosa==0.10.1
|
30 |
+
llvmlite==0.44.0
|
31 |
+
markdown-it-py==3.0.0
|
32 |
+
MarkupSafe==3.0.2
|
33 |
+
matplotlib==3.10.1
|
34 |
+
mdurl==0.1.2
|
35 |
+
mpmath==1.3.0
|
36 |
+
msgpack==1.1.0
|
37 |
+
narwhals==1.29.0
|
38 |
+
networkx==3.4.2
|
39 |
+
numba==0.61.0
|
40 |
+
numpy==1.26.3
|
41 |
+
opencv-contrib-python==4.9.0.80
|
42 |
+
opencv-python==4.11.0.86
|
43 |
+
packaging==23.2
|
44 |
+
pandas==2.2.3
|
45 |
+
pillow==10.4.0
|
46 |
+
platformdirs==4.3.6
|
47 |
+
pooch==1.8.2
|
48 |
+
protobuf==4.25.6
|
49 |
+
psutil==7.0.0
|
50 |
+
pyarrow==19.0.1
|
51 |
+
pycparser==2.22
|
52 |
+
pydeck==0.9.1
|
53 |
+
Pygments==2.19.1
|
54 |
+
pyparsing==3.2.1
|
55 |
+
PySocks==1.7.1
|
56 |
+
python-dateutil==2.9.0.post0
|
57 |
+
pytz==2025.1
|
58 |
+
referencing==0.36.2
|
59 |
+
requests==2.32.3
|
60 |
+
rich==13.9.4
|
61 |
+
rpds-py==0.23.1
|
62 |
+
scikit-learn==1.6.1
|
63 |
+
scipy==1.12.0
|
64 |
+
setuptools>=75.8.0
|
65 |
+
six==1.17.0
|
66 |
+
smmap==5.0.2
|
67 |
+
soundfile==0.13.1
|
68 |
+
soupsieve==2.6
|
69 |
+
soxr==0.5.0.post1
|
70 |
+
SpeechRecognition==3.14.1
|
71 |
+
streamlit==1.31.0
|
72 |
+
streamlit-image-select==0.6.0
|
73 |
+
streamlit-mic-recorder==0.0.4
|
74 |
+
sympy==1.13.1
|
75 |
+
tenacity==8.5.0
|
76 |
+
threadpoolctl==3.5.0
|
77 |
+
toml==0.10.2
|
78 |
torch==2.2.1
|
79 |
+
tornado==6.4.2
|
80 |
tqdm==4.64.1
|
81 |
+
typing_extensions==4.12.2
|
82 |
+
tzdata==2025.1
|
83 |
+
tzlocal==5.3
|
84 |
+
urllib3==2.3.0
|
85 |
+
validators==0.34.0
|
86 |
+
watchdog==6.0.0
|
87 |
+
zipp==3.21.0
|