Skip to content

Commit 121ecb2

Browse files
committed
Restrict numpy version in pyproject.toml build requirements
1 parent 4830331 commit 121ecb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/basemap/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
'setuptools',
44
'wheel',
5-
'numpy >= 2.0.0; python_version >= "3.9"',
5+
'numpy == 2.0.0',
66
'cython >= 0.29, < 3.1; python_version >= "3.3" or python_version < "3.0"',
77
]
88
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)