Skip to content

Commit

Permalink
try astropy 5.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Sep 14, 2023
1 parent 3ba00ec commit 70992fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
matrix:
os: [ubuntu-latest] # Add more os?
python-version: [3.8, 3.9]
astropy-version: ['<5.0', '<6.0']
astropy-version: ['<5.0', '<5.1']
numpy-version: ['<1.20', '<1.21', '<1.22']
scipy-version: ['<1.5', '<1.6', '<1.7']
scipy-version: ['<1.6', '<1.7']
matplotlib-version: ['<3.3', '<3.4']

steps:
Expand Down

0 comments on commit 70992fe

Please sign in to comment.