Skip to content

Commit

Permalink
removed numpy>=2.0 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jlvdb committed Jan 14, 2025
1 parent bedd762 commit 202d7af
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 @@ -18,7 +18,7 @@ dependencies = [
"astropy",
"deprecated",
"h5py",
"numpy>=2.0",
"numpy",
"pyarrow",
"pyyaml",
"scipy",
Expand Down Expand Up @@ -58,7 +58,7 @@ style = [
]
test = [
"yet_another_wizz[plot]",
"yet_another_wizz[healpy]",
"yet_another_wizz[healpix]",
"coverage",
"pytest",
"pytest-cov",
Expand Down

0 comments on commit 202d7af

Please sign in to comment.