We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831fa51 commit 61077d5Copy full SHA for 61077d5
packages/basemap/pyproject.toml
@@ -2,7 +2,8 @@
2
requires = [
3
'setuptools',
4
'wheel',
5
- 'numpy == 2.0.0',
6
'cython >= 0.29.31, < 3.1',
+ 'numpy == 2.1.0; python_version == "3.13"',
7
+ 'numpy == 2.0.0; python_version <= "3.12"',
8
]
9
build-backend = "setuptools.build_meta"
0 commit comments