Skip to content

Commit ca739f5

Browse files
authored
maybe pinning numpy helps?
1 parent e7e708c commit ca739f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = [
88
"Cython~=3.0.11", # Note: sync with setup.py, environment.yml and asv.conf.json
99
# Force numpy higher than 2.0rc1, so that built wheels are compatible
1010
# with both numpy 1 and 2
11-
"numpy>=2.0.0rc1",
11+
"numpy>=2.0.0rc1,<2.1",
1212
"versioneer[toml]"
1313
]
1414

0 commit comments

Comments
 (0)