Skip to content

Commit 28791bd

Browse files
authored
Update pyproject.toml with additional dependencies
Added new dependencies constraints.
1 parent ec4fe65 commit 28791bd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ dependencies = [
2121
"spaces>=0.42.0,<0.43.0",
2222
"gradio==5.48.0",
2323
"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",
2435
]
2536

2637
[project.urls]
@@ -34,3 +45,4 @@ audio-studio-pro = "audio_studio_pro:main"
3445
py-modules = ["audio_studio_pro"]
3546

3647

48+

0 commit comments

Comments
 (0)