"docs/vscode:/vscode.git/clone" did not exist on "0034b09ceb7f578f2d097c7fb8c7042d17367c35"
Unverified Commit 67eb6083 authored by Isotr0py's avatar Isotr0py Committed by GitHub
Browse files

Revert "[Misc] Move `pyav` and `soundfile` to common requirements" (#40276)


Co-authored-by: default avatarRoger Wang <hey@rogerw.io>
parent 6ee081d1
...@@ -32,9 +32,7 @@ pyzmq >= 25.0.0 ...@@ -32,9 +32,7 @@ pyzmq >= 25.0.0
msgspec msgspec
gguf >= 0.17.0 gguf >= 0.17.0
mistral_common[image] >= 1.11.0 mistral_common[image] >= 1.11.0
av # required for audio in video IO
opencv-python-headless >= 4.13.0 # required for video IO opencv-python-headless >= 4.13.0 # required for video IO
soundfile # required for audio IO
pyyaml pyyaml
six>=1.16.0; python_version > '3.11' # transitive dependency of pandas that needs to be the latest version for python 3.12 six>=1.16.0; python_version > '3.11' # transitive dependency of pandas that needs to be the latest version for python 3.12
setuptools>=77.0.3,<81.0.0; python_version > '3.11' # Setuptools is used by triton, we need to ensure a modern version is installed for 3.12+ so that it does not try to import distutils, which was removed in 3.12 setuptools>=77.0.3,<81.0.0; python_version > '3.11' # Setuptools is used by triton, we need to ensure a modern version is installed for 3.12+ so that it does not try to import distutils, which was removed in 3.12
......
...@@ -76,9 +76,7 @@ attrs==26.1.0 ...@@ -76,9 +76,7 @@ attrs==26.1.0
audioread==3.0.1 audioread==3.0.1
# via librosa # via librosa
av==16.1.0 av==16.1.0
# via # via -r requirements/test/rocm.in
# -r requirements/test/../common.txt
# -r requirements/test/rocm.in
azure-core==1.39.0 azure-core==1.39.0
# via # via
# azure-identity # azure-identity
...@@ -1333,7 +1331,6 @@ sortedcontainers==2.4.0 ...@@ -1333,7 +1331,6 @@ sortedcontainers==2.4.0
# via hypothesis # via hypothesis
soundfile==0.13.1 soundfile==0.13.1
# via # via
# -r requirements/test/../common.txt
# -r requirements/test/rocm.in # -r requirements/test/rocm.in
# genai-perf # genai-perf
# librosa # librosa
......
...@@ -1094,7 +1094,9 @@ setup( ...@@ -1094,7 +1094,9 @@ setup(
"instanttensor": ["instanttensor >= 0.1.5"], "instanttensor": ["instanttensor >= 0.1.5"],
"runai": ["runai-model-streamer[s3,gcs,azure] >= 0.15.7"], "runai": ["runai-model-streamer[s3,gcs,azure] >= 0.15.7"],
"audio": [ "audio": [
"av",
"scipy", "scipy",
"soundfile",
"mistral_common[audio]", "mistral_common[audio]",
], # Required for audio processing ], # Required for audio processing
"video": [], # Kept for backwards compatibility "video": [], # Kept for backwards compatibility
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment