Skip to content

Commit

Permalink
Add limit to numpy version #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Jun 28, 2024
1 parent a606a5b commit 9c21bda
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,8 +18,8 @@ classifiers = [
"Topic :: Scientific/Engineering :: Astronomy"
]
dependencies = [
"numpy >=1.20",
"scipy >=1.0",
"numpy >=1.20, <2",
"scipy >=1.12",
"numba >=0.55",
"h5py >=3",
"numpy-quaternion >=2022.4",
Expand Down

0 comments on commit 9c21bda

Please sign in to comment.