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 808ec0b commit ac4b5e7Copy full SHA for ac4b5e7
packages/basemap/pyproject.toml
@@ -2,10 +2,7 @@
2
requires = [
3
'setuptools>=42',
4
'wheel',
5
- 'numpy>=1.21.4; python_version == "3.9"',
6
- 'numpy>=1.21.4; python_version == "3.10"',
7
- 'numpy>=1.23.3; python_version == "3.11"',
8
- 'numpy>=1.26.1; python_version >= "3.12"',
+ 'numpy==2.0.0; python_version >= "3.9"',
9
'cython>=0.29.21,<3.1'
10
]
11
build-backend = "setuptools.build_meta"
@@ -21,7 +18,7 @@ authors = [
21
18
{name = "Jeff Whitaker", email = "jeffrey.s.whitaker@noaa.gov"}
22
19
23
20
dependencies = [
24
- "numpy>=1.21.4",
+ "numpy>=2.0",
25
"matplotlib>=3.4.0",
26
"pyproj>=3.0.0"
27
0 commit comments