Skip to content

Commit

Permalink
Bump min versions (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson authored Aug 11, 2023
1 parent 0fababa commit 730dc42
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ coverage.xml
.hypothesis/
.pytest_cache/
cover/
requirements-min.txt

# Translations
*.mo
Expand Down
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
0.17.2 (unreleased)
===================

-
- Update minimum version of astropy to 5.3.0 in order to fix a bug due to a breaking
change in astropy. [#258]

- Update minimum version of numpy to 1.22 as this is the oldest version of numpy
which is currently supported. [#258]

0.17.1 (2023-08-03)
===================
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencies = [
'asdf-astropy >=0.4.0',
'gwcs >=0.18.1',
'psutil >=5.7.2',
'numpy >=1.20',
'astropy >=5.0.4',
'numpy >=1.22',
'astropy >=5.3.0',
'rad >=0.17.1',
#'rad @ git+https://github.com/spacetelescope/rad.git@main',
'asdf-standard >=1.0.3',
Expand Down

0 comments on commit 730dc42

Please sign in to comment.