Skip to content

Commit

Permalink
increase minimum lunarsky version for compatibility with astropy 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton authored and mkolopanis committed Oct 22, 2024
1 parent 87bd9f6 commit ac85512
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ telescope object from the metadata.
antennas with data.

### Changed
- Updated minimum optional dependency versions: pytest>=8.2.0
- Updated minimum optional dependency versions: lunarsky>=0.2.5, pytest>=8.2.0

### Fixed
- A bug in the MWA beam reader that resulted in the wrong polarization response
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Optional:
* astropy-healpix >= 1.0.2 (for working with beams in HEALPix formats)
* astroquery >= 0.4.4 (for enabling phasing to ephemeris objects using JPL-Horizons)
* hdf5plugin >= 3.2.0 (for enabling bitshuffle and other hdf5 compression filters in uvh5 files)
* lunarsky >=0.2.4 (for working with simulated datasets for lunar telescopes)
* lunarsky >=0.2.5 (for working with simulated datasets for lunar telescopes)
* novas and novas_de405 (for using the NOVAS library for astrometry)
* python-casacore >= 3.5.2 (for working with CASA measurement sets)

Expand Down
2 changes: 1 addition & 1 deletion ci/pyuvdata_min_versions_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ dependencies:
- setuptools_scm==8.1
- pip
- pip:
- lunarsky==0.2.4
- lunarsky==0.2.5
- novas
- novas_de405
2 changes: 1 addition & 1 deletion ci/pyuvdata_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ dependencies:
- setuptools_scm>=8.1
- pip
- pip:
- lunarsky>=0.2.4
- lunarsky>=0.2.5
- novas
- novas_de405
2 changes: 1 addition & 1 deletion ci/pyuvdata_tests_mac_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ dependencies:
- setuptools_scm>=8.1
- pip
- pip:
- lunarsky>=0.2.4
- lunarsky>=0.2.5
2 changes: 1 addition & 1 deletion ci/pyuvdata_tests_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dependencies:
- setuptools_scm>=8.1
- pip
- pip:
- lunarsky>=0.2.4
- lunarsky>=0.2.5
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ dependencies:
- setuptools_scm>=8.1
- sphinx
- pip:
- lunarsky>=0.2.4
- lunarsky>=0.2.5
- novas
- novas_de405
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ astroquery = ["astroquery>=0.4.4"]
casa = ["python-casacore>=3.5.2", "numpy>=1.23,<2.0"]
hdf5_compression = ["hdf5plugin>=3.2.0"]
healpix = ["astropy_healpix>=1.0.2"]
lunar = ["lunarsky>=0.2.4"]
lunar = ["lunarsky>=0.2.5"]
novas = ["novas", "novas_de405"]
all = ["pyuvdata[astroquery,casa,hdf5_compression,healpix,lunar,novas]"]
test = [
Expand Down

0 comments on commit ac85512

Please sign in to comment.