Skip to content

Commit

Permalink
prepare for version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton authored and jpober committed May 10, 2024
1 parent 6947e25 commit ba81bd6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [1.0.0] - 2024-05-09

### Changed
- Updated minimum dependency versions: astropy>=6.0, h5py>=3.4, numpy>=1.23,
pyuvdata>=2.4.3, scipy>=1.7.3, python>=3.10
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,5 @@ def setup(app):
"astropy": ("https://docs.astropy.org/en/stable/", None),
"astropy_healpix": ("https://astropy-healpix.readthedocs.io/en/latest/", None),
"numpy": ("https://numpy.org/doc/stable/", None),
# "lunarsky": (None), lunarsky is not on RTD yet. Add it here when it is.
}
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def branch_scheme(version):
"scripts": glob.glob("scripts/*"),
"use_scm_version": {"local_scheme": branch_scheme},
"include_package_data": True,
"python_requires": ">=3.10",
"install_requires": [
"astropy>=6.0",
"h5py>=3.4",
Expand Down

0 comments on commit ba81bd6

Please sign in to comment.