Add: dependencies for music stats script
This commit is contained in:
parent
b6cd17e71a
commit
35ce88e7e7
1 changed files with 40 additions and 0 deletions
40
Python/MusicLibVisualizing/requirements.txt
Normal file
40
Python/MusicLibVisualizing/requirements.txt
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
audioread==3.0.1
|
||||||
|
certifi==2024.8.30
|
||||||
|
cffi==1.17.1
|
||||||
|
charset-normalizer==3.3.2
|
||||||
|
contourpy==1.3.0
|
||||||
|
cycler==0.12.1
|
||||||
|
decorator==5.1.1
|
||||||
|
fonttools==4.53.1
|
||||||
|
idna==3.10
|
||||||
|
joblib==1.4.2
|
||||||
|
kiwisolver==1.4.7
|
||||||
|
lazy_loader==0.4
|
||||||
|
librosa==0.10.2.post1
|
||||||
|
llvmlite==0.43.0
|
||||||
|
matplotlib==3.9.2
|
||||||
|
msgpack==1.1.0
|
||||||
|
mutagen==1.47.0
|
||||||
|
numba==0.60.0
|
||||||
|
numpy==2.0.2
|
||||||
|
packaging==24.1
|
||||||
|
pandas==2.2.2
|
||||||
|
pillow==10.4.0
|
||||||
|
platformdirs==4.3.3
|
||||||
|
pooch==1.8.2
|
||||||
|
pycparser==2.22
|
||||||
|
pyparsing==3.1.4
|
||||||
|
python-dateutil==2.9.0.post0
|
||||||
|
pytz==2024.2
|
||||||
|
requests==2.32.3
|
||||||
|
scikit-learn==1.5.2
|
||||||
|
scipy==1.14.1
|
||||||
|
seaborn==0.13.2
|
||||||
|
six==1.16.0
|
||||||
|
soundfile==0.12.1
|
||||||
|
soxr==0.5.0.post1
|
||||||
|
threadpoolctl==3.5.0
|
||||||
|
tqdm==4.66.5
|
||||||
|
typing_extensions==4.12.2
|
||||||
|
tzdata==2024.1
|
||||||
|
urllib3==2.2.3
|
Loading…
Reference in a new issue