We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4fe65 commit 28791bdCopy full SHA for 28791bd
pyproject.toml
@@ -21,6 +21,17 @@ dependencies = [
21
"spaces>=0.42.0,<0.43.0",
22
"gradio==5.48.0",
23
"numpy==1.26.4",
24
+ "pandas>=2.2.0,<2.3.0",
25
+ "fsspec>=2024.5.0,<2025.0.0",
26
+ "datasets>=4.0.0,<5.0.0",
27
+ "aiofiles>=23.2.0,<23.3.0",
28
+ "anyio>=4.10.0,<4.11.0",
29
+ "click>=8.2.0,<8.3.0",
30
+ "fastapi==0.118.0",
31
+ "filelock>=3.19.0,<3.20.0",
32
+ "huggingface-hub>=0.34.0,<0.35.0",
33
+ "idna>=3.10,<3.11",
34
+ "uvicorn==0.37.0",
35
]
36
37
[project.urls]
@@ -34,3 +45,4 @@ audio-studio-pro = "audio_studio_pro:main"
45
py-modules = ["audio_studio_pro"]
46
47
48
+
0 commit comments