Remove setuptools upper bound constraint (<80) (#28337)

Signed-off-by: Cole Murray <colemurray.cs@gmail.com>
This commit is contained in:
Cole Murray
2025-11-08 14:30:18 -08:00
committed by GitHub
parent 975676d174
commit 32787d0644
8 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ requires = [
"cmake>=3.26.1", "cmake>=3.26.1",
"ninja", "ninja",
"packaging>=24.2", "packaging>=24.2",
"setuptools>=77.0.3,<80.0.0", "setuptools>=77.0.3,<81.0.0",
"setuptools-scm>=8.0", "setuptools-scm>=8.0",
"torch == 2.9.0", "torch == 2.9.0",
"wheel", "wheel",

View File

@@ -2,7 +2,7 @@
cmake>=3.26.1 cmake>=3.26.1
ninja ninja
packaging>=24.2 packaging>=24.2
setuptools>=77.0.3,<80.0.0 setuptools>=77.0.3,<81.0.0
setuptools-scm>=8 setuptools-scm>=8
torch==2.9.0 torch==2.9.0
wheel wheel

View File

@@ -35,7 +35,7 @@ mistral_common[image,audio] >= 1.8.5
opencv-python-headless >= 4.11.0 # required for video IO opencv-python-headless >= 4.11.0 # required for video 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,<80; 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
einops # Required for Qwen2-VL. einops # Required for Qwen2-VL.
compressed-tensors == 0.12.2 # required for compressed-tensors compressed-tensors == 0.12.2 # required for compressed-tensors
depyf==0.20.0 # required for profiling and debugging with compilation config depyf==0.20.0 # required for profiling and debugging with compilation config

View File

@@ -1,7 +1,7 @@
cmake>=3.26.1 cmake>=3.26.1
ninja ninja
packaging>=24.2 packaging>=24.2
setuptools>=77.0.3,<80.0.0 setuptools>=77.0.3,<81.0.0
setuptools-scm>=8 setuptools-scm>=8
--extra-index-url https://download.pytorch.org/whl/cpu --extra-index-url https://download.pytorch.org/whl/cpu
torch==2.8.0+cpu; platform_machine == "x86_64" torch==2.8.0+cpu; platform_machine == "x86_64"

View File

@@ -5,7 +5,7 @@ numba == 0.61.2; platform_machine != "s390x" # Required for N-gram speculative d
# Dependencies for CPUs # Dependencies for CPUs
packaging>=24.2 packaging>=24.2
setuptools>=77.0.3,<80.0.0 setuptools>=77.0.3,<81.0.0
--extra-index-url https://download.pytorch.org/whl/cpu --extra-index-url https://download.pytorch.org/whl/cpu
torch==2.8.0+cpu; platform_machine == "x86_64" or platform_machine == "s390x" torch==2.8.0+cpu; platform_machine == "x86_64" or platform_machine == "s390x"
torch==2.8.0; platform_system == "Darwin" torch==2.8.0; platform_system == "Darwin"

View File

@@ -9,7 +9,7 @@ torchaudio==2.9.0
triton==3.5.0 triton==3.5.0
cmake>=3.26.1,<4 cmake>=3.26.1,<4
packaging>=24.2 packaging>=24.2
setuptools>=77.0.3,<80.0.0 setuptools>=77.0.3,<81.0.0
setuptools-scm>=8 setuptools-scm>=8
wheel wheel
jinja2>=3.1.6 jinja2>=3.1.6

View File

@@ -10,7 +10,7 @@ peft
pytest-asyncio pytest-asyncio
tensorizer==2.10.1 tensorizer==2.10.1
packaging>=24.2 packaging>=24.2
setuptools>=77.0.3,<80.0.0 setuptools>=77.0.3,<81.0.0
setuptools-scm>=8 setuptools-scm>=8
runai-model-streamer[s3,gcs]==0.15.0 runai-model-streamer[s3,gcs]==0.15.0
conch-triton-kernels==1.2.1 conch-triton-kernels==1.2.1

View File

@@ -5,7 +5,7 @@ ray>=2.9
cmake>=3.26.1 cmake>=3.26.1
packaging>=24.2 packaging>=24.2
setuptools-scm>=8 setuptools-scm>=8
setuptools>=77.0.3,<80.0.0 setuptools>=77.0.3,<81.0.0
wheel wheel
jinja2>=3.1.6 jinja2>=3.1.6
datasets # for benchmark scripts datasets # for benchmark scripts