Skip to content

Commit

Permalink
Update min version of lunarsky and astropy
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Mar 22, 2024
1 parent c0ee009 commit 593b597
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Note that as of v2.2, `pyuvdata` is only supported on python 3.7+.

Required:

* astropy >= 5.0.4
* astropy >= 6.0
* docstring_parser>=0.15
* h5py >= 3.1
* numpy >= 1.20
Expand All @@ -154,7 +154,7 @@ Optional:
* astropy-healpix >= 0.6 (for working with beams in HEALPix formats)
* astroquery >= 0.4.4 (for enabling phasing to ephemeris objects using JPL-Horizons)
* hdf5plugin >= 3.1.0 (for enabling bitshuffle and other hdf5 compression filters in uvh5 files)
* lunarsky >=0.2.1 (for working with simulated datasets for lunar telescopes)
* lunarsky >=0.2.2 (for working with simulated datasets for lunar telescopes)
* novas and novas_de405 (for using the NOVAS library for astrometry)
* python-casacore >= 3.3.1 (for working with CASA measurement sets)
* pyyaml >= 5.3 (for working with settings files for CST beam files)
Expand Down
2 changes: 1 addition & 1 deletion ci/pyuvdata_min_deps_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pyuvdata_min_deps_tests
channels:
- conda-forge
dependencies:
- astropy>=5.0.4
- astropy>=6.0
- docstring_parser>=0.15
- h5py>=3.1
- scipy>=1.5
Expand Down
4 changes: 2 additions & 2 deletions ci/pyuvdata_min_versions_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pyuvdata_min_versions_tests
channels:
- conda-forge
dependencies:
- astropy==5.0.4
- astropy==6.0.0
- astropy-healpix==0.6
- astroquery==0.4.4
- docstring_parser==0.15
Expand All @@ -22,6 +22,6 @@ dependencies:
- setuptools_scm<7.0|>=7.0.3
- pip
- pip:
- lunarsky==0.2.1
- lunarsky==0.2.2
- novas
- novas_de405
4 changes: 2 additions & 2 deletions ci/pyuvdata_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pyuvdata_tests
channels:
- conda-forge
dependencies:
- astropy>=5.0.4
- astropy>=6.0
- astropy-healpix>=0.6
- astroquery>=0.4.4
- docstring_parser>=0.15
Expand All @@ -23,6 +23,6 @@ dependencies:
- setuptools_scm<7.0|>=7.0.3
- pip
- pip:
- lunarsky>=0.2.1
- lunarsky>=0.2.2
- novas
- novas_de405
4 changes: 2 additions & 2 deletions ci/pyuvdata_tests_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pyuvdata_tests_windows
channels:
- conda-forge
dependencies:
- astropy>=5.0.4
- astropy>=6.0
- astropy-healpix>=0.6
- astroquery>=0.4.4
- docstring_parser>=0.15
Expand All @@ -22,4 +22,4 @@ dependencies:
- setuptools_scm<7.0|>=7.0.3
- pip
- pip:
- lunarsky>=0.2.1
- lunarsky>=0.2.2
4 changes: 2 additions & 2 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pyuvdata
channels:
- conda-forge
dependencies:
- astropy>=5.0.4
- astropy>=6.0
- astropy-healpix>=0.6
- astroquery>=0.4.4
- coverage
Expand All @@ -26,6 +26,6 @@ dependencies:
- setuptools_scm<7.0|>=7.0.3
- sphinx
- pip:
- lunarsky>=0.2.1
- lunarsky>=0.2.2
- novas
- novas_de405
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def is_platform_windows():
cst_reqs = ["pyyaml>=5.3"]
hdf5_compression_reqs = ["hdf5plugin>=3.1.0"]
healpix_reqs = ["astropy_healpix>=0.6"]
lunar_reqs = ["lunarsky>=0.2.1"]
lunar_reqs = ["lunarsky>=0.2.2"]
novas_reqs = ["novas", "novas_de405"]
all_optional_reqs = (
astroquery_reqs
Expand Down Expand Up @@ -144,7 +144,7 @@ def is_platform_windows():
"use_scm_version": {"local_scheme": branch_scheme},
"include_package_data": True,
"install_requires": [
"astropy>=5.0.4",
"astropy>=6.0",
"docstring-parser>=0.15",
"h5py>=3.1",
"numpy>=1.20",
Expand Down

0 comments on commit 593b597

Please sign in to comment.