diff --git a/setup.py b/setup.py index c2eb63b173d..719ba72cffd 100644 --- a/setup.py +++ b/setup.py @@ -143,6 +143,7 @@ AUDIO_REQUIRE = [ "soundfile>=0.12.1", "librosa", + "soxr>=0.4.0b1; python_version>='3.10'", # Supports numpy-2 ] VISION_REQUIRE = [ @@ -192,7 +193,6 @@ NUMPY2_INCOMPATIBLE_LIBRARIES = [ "faiss-cpu", - "librosa", "tensorflow", "transformers", ]