Skip to content

Commit f5e27db

Browse files
Update required soxr version from pre-release to release (#7075)
* Update required soxr version from pre-release to release * Update Python min version for soxr
1 parent 0154d77 commit f5e27db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
AUDIO_REQUIRE = [
144144
"soundfile>=0.12.1",
145145
"librosa",
146-
"soxr>=0.4.0b1; python_version>='3.10'", # Supports numpy-2
146+
"soxr>=0.4.0; python_version>='3.9'", # Supports numpy-2
147147
]
148148

149149
VISION_REQUIRE = [

0 commit comments

Comments
 (0)