Skip to content

Commit

Permalink
Drop obsolete numpy version restriction
Browse files Browse the repository at this point in the history
A new astropy release, 6.1.3, fixed the upstream issue with numpy 2.1
  • Loading branch information
mwcraig committed Sep 18, 2024
1 parent 5bdee92 commit 9be0c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:
- name: 'macos-py312'
os: macos-latest
python: '3.12'
tox_env: 'py312-test-alldeps-numpy200' #DROP numpy200 restriction after astropy 6.1.3 is out
tox_env: 'py312-test-alldeps'

- name: 'windows-py312'
os: windows-latest
python: '3.12'
tox_env: 'py312-test-alldeps-numpy200' #DROP numpy200 restriction after astropy 6.1.3 is out
tox_env: 'py312-test-alldeps'

- name: 'ubuntu-codestyle'
os: ubuntu-latest
Expand Down

0 comments on commit 9be0c53

Please sign in to comment.