Skip to content

Commit

Permalink
unpin numpy for python-casacore and lunarsky given updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Jun 26, 2024
1 parent c65bea9 commit 193c248
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 @@ -55,10 +55,10 @@ classifiers = [

[project.optional-dependencies]
astroquery = ["astroquery>=0.4.4"]
casa = ["python-casacore>=3.5.2", "numpy>=1.23,<2.0"]
casa = ["python-casacore>=3.5.2"]
hdf5_compression = ["hdf5plugin>=3.2.0"]
healpix = ["astropy_healpix>=1.0.2"]
lunar = ["lunarsky>=0.2.2", "numpy>=1.23,<2.0"]
lunar = ["lunarsky>=0.2.4"]
novas = ["novas", "novas_de405"]
all = ["pyuvdata[astroquery,casa,hdf5_compression,healpix,lunar,novas]"]
test = [
Expand Down

0 comments on commit 193c248

Please sign in to comment.