Skip to content

Commit 9959376

Browse files
authored
Use setuptools>=75.2.0, matching Colab (#813)
1 parent 86a7cee commit 9959376

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ numpy>=1.26.0
55
# CMake will find them. It makes a crucial difference in some environments.
66
pybind11[global]
77
typing_extensions
8-
setuptools>=78
8+
setuptools>=75.2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def build_extension(self, ext):
147147
# "pip install" from sources needs to build Pybind, which needs CMake too.
148148
setup_requires=[
149149
"packaging",
150-
"setuptools>=78",
150+
"setuptools>=75.2.0",
151151
"pybind11[global]",
152152
"cmake~=3.31.0",
153153
],

0 commit comments

Comments
 (0)