Update requirements.txt
Browse files- requirements.txt +89 -8
requirements.txt
CHANGED
@@ -1,9 +1,90 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
pydub==0.25.1
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==2.2.0
|
2 |
+
altair==5.5.0
|
3 |
+
astunparse==1.6.3
|
4 |
+
attrs==25.3.0
|
5 |
+
audioread==3.0.1
|
6 |
+
blinker==1.9.0
|
7 |
+
cachetools==5.5.2
|
8 |
+
certifi==2025.1.31
|
9 |
+
cffi==1.17.1
|
10 |
+
charset-normalizer==3.4.1
|
11 |
+
click==8.1.8
|
12 |
+
colorama==0.4.6
|
13 |
+
contourpy==1.3.1
|
14 |
+
cycler==0.12.1
|
15 |
+
decorator==5.2.1
|
16 |
+
flatbuffers==25.2.10
|
17 |
+
fonttools==4.56.0
|
18 |
+
gast==0.6.0
|
19 |
+
gitdb==4.0.12
|
20 |
+
GitPython==3.1.44
|
21 |
+
google-pasta==0.2.0
|
22 |
+
grpcio==1.71.0
|
23 |
+
h5py==3.13.0
|
24 |
+
idna==3.10
|
25 |
+
Jinja2==3.1.6
|
26 |
+
joblib==1.4.2
|
27 |
+
jsonschema==4.23.0
|
28 |
+
jsonschema-specifications==2024.10.1
|
29 |
+
keras==3.9.0
|
30 |
+
kiwisolver==1.4.8
|
31 |
+
lazy_loader==0.4
|
32 |
+
libclang==18.1.1
|
33 |
+
librosa==0.11.0
|
34 |
+
llvmlite==0.44.0
|
35 |
+
Markdown==3.7
|
36 |
+
markdown-it-py==3.0.0
|
37 |
+
MarkupSafe==3.0.2
|
38 |
+
matplotlib==3.10.1
|
39 |
+
mdurl==0.1.2
|
40 |
+
ml_dtypes==0.5.1
|
41 |
+
msgpack==1.1.0
|
42 |
+
namex==0.0.8
|
43 |
+
narwhals==1.31.0
|
44 |
+
numba==0.61.0
|
45 |
+
numpy==2.1.3
|
46 |
+
opt_einsum==3.4.0
|
47 |
+
optree==0.14.1
|
48 |
+
packaging==24.2
|
49 |
+
pandas==2.2.3
|
50 |
+
pillow==11.1.0
|
51 |
+
platformdirs==4.3.7
|
52 |
+
plotly==6.0.1
|
53 |
+
pooch==1.8.2
|
54 |
+
protobuf==5.29.4
|
55 |
+
pyarrow==19.0.1
|
56 |
+
pycparser==2.22
|
57 |
+
pydeck==0.9.1
|
58 |
pydub==0.25.1
|
59 |
+
Pygments==2.19.1
|
60 |
+
pyparsing==3.2.2
|
61 |
+
python-dateutil==2.9.0.post0
|
62 |
+
pytz==2025.1
|
63 |
+
referencing==0.36.2
|
64 |
+
requests==2.32.3
|
65 |
+
rich==13.9.4
|
66 |
+
rpds-py==0.23.1
|
67 |
+
scikit-learn==1.6.1
|
68 |
+
scipy==1.15.2
|
69 |
+
seaborn==0.13.2
|
70 |
+
setuptools==77.0.3
|
71 |
+
six==1.17.0
|
72 |
+
smmap==5.0.2
|
73 |
+
soundfile==0.13.1
|
74 |
+
soxr==0.5.0.post1
|
75 |
+
streamlit==1.43.2
|
76 |
+
tenacity==9.0.0
|
77 |
+
tensorboard==2.19.0
|
78 |
+
tensorboard-data-server==0.7.2
|
79 |
+
tensorflow==2.19.0
|
80 |
+
termcolor==2.5.0
|
81 |
+
threadpoolctl==3.6.0
|
82 |
+
toml==0.10.2
|
83 |
+
tornado==6.4.2
|
84 |
+
typing_extensions==4.12.2
|
85 |
+
tzdata==2025.1
|
86 |
+
urllib3==2.3.0
|
87 |
+
watchdog==6.0.0
|
88 |
+
Werkzeug==3.1.3
|
89 |
+
wheel==0.45.1
|
90 |
+
wrapt==1.17.2
|