We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61077d5 commit d80b7a8Copy full SHA for d80b7a8
packages/basemap/pyproject.toml
@@ -1,7 +1,7 @@
1
[build-system]
2
requires = [
3
- 'setuptools',
4
- 'wheel',
+ 'setuptools >= 67.0, < 76.0',
+ 'wheel >= 0.40, < 0.46',
5
'cython >= 0.29.31, < 3.1',
6
'numpy == 2.1.0; python_version == "3.13"',
7
'numpy == 2.0.0; python_version <= "3.12"',
0 commit comments