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 1779c19 commit db16688Copy full SHA for db16688
packages/basemap/pyproject.toml
@@ -1,10 +1,10 @@
1
[build-system]
2
requires = [
3
- 'setuptools >= 67.0, < 81.0',
4
- 'wheel >= 0.40, < 0.46',
5
- 'cython >= 3.0, < 3.2',
6
- 'numpy == 2.1.0; python_version == "3.13"',
7
- 'numpy == 2.0.0; python_version <= "3.12"',
+ "setuptools >= 67.0, < 81.0",
+ "wheel >= 0.40, < 0.46",
+ "cython >= 3.0, < 3.2",
+ "numpy == 2.1.0; python_version == '3.13'",
+ "numpy == 2.0.0; python_version <= '3.12'",
8
]
9
build-backend = "setuptools.build_meta"
10
0 commit comments