Skip to content

Commit ac4b5e7

Browse files
committed
fix numpy on build and free on runtime
1 parent 808ec0b commit ac4b5e7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/basemap/pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
requires = [
33
'setuptools>=42',
44
'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"',
5+
'numpy==2.0.0; python_version >= "3.9"',
96
'cython>=0.29.21,<3.1'
107
]
118
build-backend = "setuptools.build_meta"
@@ -21,7 +18,7 @@ authors = [
2118
{name = "Jeff Whitaker", email = "jeffrey.s.whitaker@noaa.gov"}
2219
]
2320
dependencies = [
24-
"numpy>=1.21.4",
21+
"numpy>=2.0",
2522
"matplotlib>=3.4.0",
2623
"pyproj>=3.0.0"
2724
]

0 commit comments

Comments
 (0)