Skip to content

Commit ac85512

Browse files
bhazeltonmkolopanis
authored andcommitted
increase minimum lunarsky version for compatibility with astropy 6.0
1 parent 87bd9f6 commit ac85512

8 files changed

+8
-8
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ telescope object from the metadata.
2424
antennas with data.
2525

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

2929
### Fixed
3030
- A bug in the MWA beam reader that resulted in the wrong polarization response

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Optional:
157157
* astropy-healpix >= 1.0.2 (for working with beams in HEALPix formats)
158158
* astroquery >= 0.4.4 (for enabling phasing to ephemeris objects using JPL-Horizons)
159159
* hdf5plugin >= 3.2.0 (for enabling bitshuffle and other hdf5 compression filters in uvh5 files)
160-
* lunarsky >=0.2.4 (for working with simulated datasets for lunar telescopes)
160+
* lunarsky >=0.2.5 (for working with simulated datasets for lunar telescopes)
161161
* novas and novas_de405 (for using the NOVAS library for astrometry)
162162
* python-casacore >= 3.5.2 (for working with CASA measurement sets)
163163

ci/pyuvdata_min_versions_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ dependencies:
2323
- setuptools_scm==8.1
2424
- pip
2525
- pip:
26-
- lunarsky==0.2.4
26+
- lunarsky==0.2.5
2727
- novas
2828
- novas_de405

ci/pyuvdata_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ dependencies:
2323
- setuptools_scm>=8.1
2424
- pip
2525
- pip:
26-
- lunarsky>=0.2.4
26+
- lunarsky>=0.2.5
2727
- novas
2828
- novas_de405

ci/pyuvdata_tests_mac_arm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ dependencies:
2323
- setuptools_scm>=8.1
2424
- pip
2525
- pip:
26-
- lunarsky>=0.2.4
26+
- lunarsky>=0.2.5

ci/pyuvdata_tests_windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ dependencies:
2222
- setuptools_scm>=8.1
2323
- pip
2424
- pip:
25-
- lunarsky>=0.2.4
25+
- lunarsky>=0.2.5

environment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ dependencies:
2626
- setuptools_scm>=8.1
2727
- sphinx
2828
- pip:
29-
- lunarsky>=0.2.4
29+
- lunarsky>=0.2.5
3030
- novas
3131
- novas_de405

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ astroquery = ["astroquery>=0.4.4"]
5757
casa = ["python-casacore>=3.5.2", "numpy>=1.23,<2.0"]
5858
hdf5_compression = ["hdf5plugin>=3.2.0"]
5959
healpix = ["astropy_healpix>=1.0.2"]
60-
lunar = ["lunarsky>=0.2.4"]
60+
lunar = ["lunarsky>=0.2.5"]
6161
novas = ["novas", "novas_de405"]
6262
all = ["pyuvdata[astroquery,casa,hdf5_compression,healpix,lunar,novas]"]
6363
test = [

0 commit comments

Comments
 (0)