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 Aug 9, 2024
1 parent f0e5334 commit 2590f0d
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.23",
"scipy>=0.10",
"skyfield",
]
Expand Down

0 comments on commit 2590f0d

Please sign in to comment.