Skip to content

Commit

Permalink
build(pyproject): numpy 2.0 build and bump numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Sep 26, 2024
1 parent 488cf0b commit bf02e99
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 = [
"cython",
"h5py",
"healpy>=1.15",
"numpy>=1.7,<2",
"numpy>=1.24",
"scipy>=0.10",
"skyfield",
]
Expand Down

0 comments on commit bf02e99

Please sign in to comment.