Skip to content

Commit 7206598

Browse files
authored
Downgrade setuptools>=70.2.0 (#4555)
The plan after the merge is to add this commit to the release branch after ae324ee commit so that PyTorch could update without full testing. --------- Signed-off-by: Anatoly Myachev <[email protected]>
1 parent bbb2285 commit 7206598

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=78.1.0", "cmake>=3.20,<4.0", "ninja>=1.11.1", "pybind11>=2.13.1"]
2+
requires = ["setuptools>=70.2.0", "cmake>=3.20,<4.0", "ninja>=1.11.1", "pybind11>=2.13.1"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.mypy]

python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
setuptools>=78.1.0
1+
setuptools>=70.2.0
22
wheel
33
cmake>=3.20,<4.0
44
ninja>=1.11.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ def get_git_version_suffix():
817817
description="A language and compiler for custom Deep Learning operations",
818818
long_description="",
819819
install_requires=[
820-
"setuptools>=78.1.0",
820+
"setuptools>=70.2.0",
821821
"importlib-metadata; python_version < '3.10'",
822822
],
823823
packages=list(get_packages()),

0 commit comments

Comments
 (0)