remove numpy<=1.26.4 for python_version>=3.11 #1162; update links

This commit is contained in:
SWivid
2025-09-13 13:40:55 +08:00
parent 31bb78f2ab
commit 186799d6dc
3 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ classifiers = [
]
dependencies = [
"accelerate>=0.33.0",
"bitsandbytes>0.37.0; platform_machine != 'arm64' and platform_system != 'Darwin'",
"bitsandbytes>0.37.0; platform_machine!='arm64' and platform_system!='Darwin'",
"cached_path",
"click",
"datasets",
@@ -25,7 +25,7 @@ dependencies = [
"jieba",
"librosa",
"matplotlib",
"numpy<=1.26.4",
"numpy<=1.26.4; python_version<='3.10'",
"pydantic<=2.10.6",
"pydub",
"pypinyin",