Unverified Commit 32787d06 authored by Cole Murray's avatar Cole Murray Committed by GitHub
Browse files

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


Signed-off-by: default avatarCole Murray <colemurray.cs@gmail.com>
parent 975676d1
...@@ -4,7 +4,7 @@ requires = [ ...@@ -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",
......
...@@ -2,7 +2,7 @@ ...@@ -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
......
...@@ -35,7 +35,7 @@ mistral_common[image,audio] >= 1.8.5 ...@@ -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
......
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"
......
...@@ -5,7 +5,7 @@ numba == 0.61.2; platform_machine != "s390x" # Required for N-gram speculative d ...@@ -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"
......
...@@ -9,7 +9,7 @@ torchaudio==2.9.0 ...@@ -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
......
...@@ -10,7 +10,7 @@ peft ...@@ -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
......
...@@ -5,7 +5,7 @@ ray>=2.9 ...@@ -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
......
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