Skip to content

Commit 68308f2

Browse files
authored
Downgrade setuptools>=70.2.0 (#4555) (#4558)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 7c8aee4 commit 68308f2

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
@@ -809,7 +809,7 @@ def get_git_version_suffix():
809809
description="A language and compiler for custom Deep Learning operations",
810810
long_description="",
811811
install_requires=[
812-
"setuptools>=78.1.0",
812+
"setuptools>=70.2.0",
813813
"importlib-metadata; python_version < '3.10'",
814814
],
815815
packages=list(get_packages()),

0 commit comments

Comments
 (0)