Skip to content

Commit

Permalink
Merge pull request #191 from WilliamJamieson/update/astropy-5.0.4
Browse files Browse the repository at this point in the history
Pin astropy min version to 5.0.4
  • Loading branch information
nden committed Apr 13, 2022
2 parents 362e8b0 + 67b9870 commit 13106e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
python-version: 3.8
toxenv: py38

- name: Python 3.7
runs-on: ubuntu-latest
python-version: 3.7
toxenv: py37

- name: Code style checks
runs-on: ubuntu-latest
python-version: 3.8
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
1.7.3 (Unreleased)
------------------

- Pin astropy min version to 5.0.4. [#191]

1.7.2 (2021-11-29)
-----------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
],
use_scm_version=True,
setup_requires=['setuptools_scm'],
python_requires='>=3.6',
python_requires='>=3.8',
install_requires = [
'astropy',
'astropy>=5.0.4',
'numpy',
'stsci.tools>=3.6',
'requests',
Expand Down

0 comments on commit 13106e2

Please sign in to comment.