Skip to content

Commit d80b7a8

Browse files
committed
Fix setuptools and wheel build dependency pins
1 parent 61077d5 commit d80b7a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/basemap/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
3-
'setuptools',
4-
'wheel',
3+
'setuptools >= 67.0, < 76.0',
4+
'wheel >= 0.40, < 0.46',
55
'cython >= 0.29.31, < 3.1',
66
'numpy == 2.1.0; python_version == "3.13"',
77
'numpy == 2.0.0; python_version <= "3.12"',

0 commit comments

Comments
 (0)