update deps

This commit is contained in:
Joel Mathew Thomas
2025-02-26 17:40:37 +05:30
parent cbf2b022a5
commit ed2466218d
2 changed files with 32 additions and 0 deletions
+16
View File
@@ -9,16 +9,24 @@ dependencies = [
"aiohappyeyeballs==2.4.6", "aiohappyeyeballs==2.4.6",
"aiohttp==3.11.13", "aiohttp==3.11.13",
"aiosignal==1.3.2", "aiosignal==1.3.2",
"amqp==5.3.1",
"antlr4-python3-runtime==4.9.3", "antlr4-python3-runtime==4.9.3",
"appdirs==1.4.4", "appdirs==1.4.4",
"asgiref==3.8.1",
"asteroid==0.7.0", "asteroid==0.7.0",
"asteroid-filterbanks==0.4.0", "asteroid-filterbanks==0.4.0",
"attrs==25.1.0", "attrs==25.1.0",
"audioread==3.0.1", "audioread==3.0.1",
"billiard==4.2.1",
"cached-property==2.0.1", "cached-property==2.0.1",
"celery==5.4.0",
"certifi==2025.1.31", "certifi==2025.1.31",
"cffi==1.17.1", "cffi==1.17.1",
"charset-normalizer==3.4.1", "charset-normalizer==3.4.1",
"click==8.1.8",
"click-didyoumean==0.3.1",
"click-plugins==1.1.1",
"click-repl==0.3.0",
"cloudpickle==3.1.1", "cloudpickle==3.1.1",
"contourpy==1.3.1", "contourpy==1.3.1",
"cycler==0.12.1", "cycler==0.12.1",
@@ -26,6 +34,8 @@ dependencies = [
"DeepFilterLib==0.5.6", "DeepFilterLib==0.5.6",
"DeepFilterNet==0.5.6", "DeepFilterNet==0.5.6",
"demucs==4.0.1", "demucs==4.0.1",
"Django==5.1.6",
"djangorestframework==3.15.2",
"dora_search==0.1.12", "dora_search==0.1.12",
"einops==0.8.1", "einops==0.8.1",
"filelock==3.17.0", "filelock==3.17.0",
@@ -39,6 +49,7 @@ dependencies = [
"joblib==1.4.2", "joblib==1.4.2",
"julius==0.2.7", "julius==0.2.7",
"kiwisolver==1.4.8", "kiwisolver==1.4.8",
"kombu==5.4.2",
"lameenc==1.8.1", "lameenc==1.8.1",
"lazy_loader==0.4", "lazy_loader==0.4",
"librosa==0.10.2.post1", "librosa==0.10.2.post1",
@@ -78,6 +89,7 @@ dependencies = [
"platformdirs==4.3.6", "platformdirs==4.3.6",
"pluggy==1.5.0", "pluggy==1.5.0",
"pooch==1.8.2", "pooch==1.8.2",
"prompt_toolkit==3.0.50",
"propcache==0.3.0", "propcache==0.3.0",
"pycparser==2.22", "pycparser==2.22",
"pyparsing==3.2.1", "pyparsing==3.2.1",
@@ -88,6 +100,7 @@ dependencies = [
"pytorch-ranger==0.1.1", "pytorch-ranger==0.1.1",
"pytz==2025.1", "pytz==2025.1",
"PyYAML==6.0.2", "PyYAML==6.0.2",
"redis==5.2.1",
"regex==2024.11.6", "regex==2024.11.6",
"requests==2.32.3", "requests==2.32.3",
"retrying==1.3.4", "retrying==1.3.4",
@@ -98,6 +111,7 @@ dependencies = [
"six==1.17.0", "six==1.17.0",
"soundfile==0.13.1", "soundfile==0.13.1",
"soxr==0.5.0.post1", "soxr==0.5.0.post1",
"sqlparse==0.5.3",
"submitit==1.5.2", "submitit==1.5.2",
"sympy==1.13.1", "sympy==1.13.1",
"threadpoolctl==3.5.0", "threadpoolctl==3.5.0",
@@ -115,6 +129,8 @@ dependencies = [
"typing_extensions==4.12.2", "typing_extensions==4.12.2",
"tzdata==2025.1", "tzdata==2025.1",
"urllib3==2.3.0", "urllib3==2.3.0",
"vine==5.1.0",
"wcwidth==0.2.13",
"yarl==1.18.3", "yarl==1.18.3",
] ]
+16
View File
@@ -1,16 +1,24 @@
aiohappyeyeballs==2.4.6 aiohappyeyeballs==2.4.6
aiohttp==3.11.13 aiohttp==3.11.13
aiosignal==1.3.2 aiosignal==1.3.2
amqp==5.3.1
antlr4-python3-runtime==4.9.3 antlr4-python3-runtime==4.9.3
appdirs==1.4.4 appdirs==1.4.4
asgiref==3.8.1
asteroid==0.7.0 asteroid==0.7.0
asteroid-filterbanks==0.4.0 asteroid-filterbanks==0.4.0
attrs==25.1.0 attrs==25.1.0
audioread==3.0.1 audioread==3.0.1
billiard==4.2.1
cached-property==2.0.1 cached-property==2.0.1
celery==5.4.0
certifi==2025.1.31 certifi==2025.1.31
cffi==1.17.1 cffi==1.17.1
charset-normalizer==3.4.1 charset-normalizer==3.4.1
click==8.1.8
click-didyoumean==0.3.1
click-plugins==1.1.1
click-repl==0.3.0
cloudpickle==3.1.1 cloudpickle==3.1.1
contourpy==1.3.1 contourpy==1.3.1
cycler==0.12.1 cycler==0.12.1
@@ -18,6 +26,8 @@ decorator==5.2.1
DeepFilterLib==0.5.6 DeepFilterLib==0.5.6
DeepFilterNet==0.5.6 DeepFilterNet==0.5.6
demucs==4.0.1 demucs==4.0.1
Django==5.1.6
djangorestframework==3.15.2
dora_search==0.1.12 dora_search==0.1.12
einops==0.8.1 einops==0.8.1
filelock==3.17.0 filelock==3.17.0
@@ -31,6 +41,7 @@ Jinja2==3.1.5
joblib==1.4.2 joblib==1.4.2
julius==0.2.7 julius==0.2.7
kiwisolver==1.4.8 kiwisolver==1.4.8
kombu==5.4.2
lameenc==1.8.1 lameenc==1.8.1
lazy_loader==0.4 lazy_loader==0.4
librosa==0.10.2.post1 librosa==0.10.2.post1
@@ -70,6 +81,7 @@ pillow==11.1.0
platformdirs==4.3.6 platformdirs==4.3.6
pluggy==1.5.0 pluggy==1.5.0
pooch==1.8.2 pooch==1.8.2
prompt_toolkit==3.0.50
propcache==0.3.0 propcache==0.3.0
pycparser==2.22 pycparser==2.22
pyparsing==3.2.1 pyparsing==3.2.1
@@ -80,6 +92,7 @@ pytorch-lightning==2.5.0.post0
pytorch-ranger==0.1.1 pytorch-ranger==0.1.1
pytz==2025.1 pytz==2025.1
PyYAML==6.0.2 PyYAML==6.0.2
redis==5.2.1
regex==2024.11.6 regex==2024.11.6
requests==2.32.3 requests==2.32.3
retrying==1.3.4 retrying==1.3.4
@@ -90,6 +103,7 @@ setuptools==75.8.1
six==1.17.0 six==1.17.0
soundfile==0.13.1 soundfile==0.13.1
soxr==0.5.0.post1 soxr==0.5.0.post1
sqlparse==0.5.3
submitit==1.5.2 submitit==1.5.2
sympy==1.13.1 sympy==1.13.1
threadpoolctl==3.5.0 threadpoolctl==3.5.0
@@ -107,4 +121,6 @@ triton==3.2.0
typing_extensions==4.12.2 typing_extensions==4.12.2
tzdata==2025.1 tzdata==2025.1
urllib3==2.3.0 urllib3==2.3.0
vine==5.1.0
wcwidth==0.2.13
yarl==1.18.3 yarl==1.18.3