Skip to content

Commit 4bde3cf

Browse files
authored
BLD: Pin numpy<1.26.3
Let's see if that's the fix that broke the build
1 parent b5fdd5f commit 4bde3cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["scikit-build-core", "numpy>=2.0"]
2+
requires = ["scikit-build-core", "numpy<1.26.3"]
33
build-backend = "scikit_build_core.build"
44

55
[project]
@@ -41,7 +41,7 @@ license = { text = "Apache-2.0" }
4141
dynamic = [ "version" ]
4242
dependencies = [
4343
"basemap",
44-
"numpy >=1.11, !=1.24.3",
44+
"numpy >=1.11, !=1.24.3, <2.0",
4545
"setuptools>=61",
4646
"wrapt",
4747
"xarray"

0 commit comments

Comments
 (0)