Skip to content

Commit

Permalink
Release upper bound on numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
moble authored Oct 9, 2024
1 parent 544f481 commit 7d3bf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Astronomy"
]
dependencies = [
"numpy >=1.20, <2",
"numpy >=1.20",
"scipy >=1.12",
"numba >=0.55",
"h5py >=3",
Expand Down

0 comments on commit 7d3bf3a

Please sign in to comment.