Skip to content

Commit

Permalink
build(numpy): build with stable numpy 2.0 and pin numpy dependency >=…
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Sep 26, 2024
1 parent 9f47cf2 commit 2c69691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = [
"wheel",
"setuptools-git-versioning",
"cython",
"oldest-supported-numpy",
"numpy>=2.0.0rc1",
]
build-backend = "setuptools.build_meta"

Expand All @@ -26,7 +26,7 @@ dependencies = [
"click",
"cython",
"h5py",
"numpy>=1.20, <2",
"numpy>=1.24",
"psutil",
"PyYAML",
"scipy",
Expand Down

0 comments on commit 2c69691

Please sign in to comment.