Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/build/cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cmake>=3.26.1
ninja
packaging>=24.2
setuptools==77.0.3 # this version can reuse CMake build dir
setuptools==83.0.0 # this version can reuse CMake build dir
setuptools-scm>=8
setuptools-rust>=1.9.0
torch==2.11.0+cpu; platform_machine == "x86_64" or platform_machine == "s390x" or platform_machine == "aarch64"
Expand Down
2 changes: 1 addition & 1 deletion requirements/build/cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cmake>=3.26.1
ninja
packaging>=24.2
setuptools>=77.0.3,<81.0.0
setuptools>=83.0.0,<84.0.0
setuptools-scm>=8
setuptools-rust>=1.9.0
torch==2.11.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/build/rocm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ torchaudio==2.11.0
triton==3.6.0
cmake>=3.26.1,<4
packaging>=24.2
setuptools>=77.0.3,<80.0.0
setuptools>=83.0.0,<84.0.0
setuptools-scm>=8
setuptools-rust>=1.9.0
wheel
Expand Down
2 changes: 1 addition & 1 deletion requirements/build/rust.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dependencies for building Rust artifacts through setuptools-rust.
setuptools>=77.0.3,<81.0.0
setuptools>=83.0.0,<84.0.0
setuptools-rust>=1.9.0
wheel
2 changes: 1 addition & 1 deletion requirements/build/tpu.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--extra-index-url https://download.pytorch.org/whl/cpu
cmake>=3.26.1
ninja
setuptools>=77.0.3,<81.0.0
setuptools>=83.0.0,<84.0.0
setuptools-scm>=8
setuptools-rust>=1.9.0
torch==2.11.0+cpu
Expand Down
2 changes: 1 addition & 1 deletion requirements/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mistral_common[image] >= 1.11.5
opencv-python-headless >= 4.13.0 # required for video IO
pyyaml
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>=83.0.0,<84.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
einops # Required for Qwen2-VL.
compressed-tensors == 0.17.0 # required for compressed-tensors
depyf==0.20.0 # required for profiling and debugging with compilation config
Expand Down
2 changes: 1 addition & 1 deletion requirements/cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Common dependencies
-r common.txt

setuptools==77.0.3 # this version can reuse CMake build dir
setuptools==83.0.0 # this version can reuse CMake build dir

numba == 0.65.0; platform_machine != "s390x" # Required for N-gram speculative decoding

Expand Down
2 changes: 1 addition & 1 deletion requirements/rocm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ peft
pytest-asyncio
tensorizer==2.10.1
packaging>=24.2
setuptools>=77.0.3,<80.0.0
setuptools>=83.0.0,<84.0.0
setuptools-scm>=8
setuptools-rust>=1.9.0
runai-model-streamer[s3,gcs,azure]==0.15.7
Expand Down
2 changes: 1 addition & 1 deletion requirements/tpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ wheel
jinja2>=3.1.6
ray[default]
ray[data]
setuptools==78.1.0
setuptools==83.0.0
setuptools-rust>=1.9.0
nixl==0.3.0
tpu-inference==0.23.0
Loading