We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99af9a5 commit a4b7c0aCopy full SHA for a4b7c0a
1 file changed
.github/workflows/ci.yml
@@ -160,12 +160,6 @@ jobs:
160
161
pip install -U matplotlib
162
163
- - name: Install astroplan
164
- # astroplan isn't yet numpy 2.0 compatible. So don't install that on 3.9+.
165
- # I'm also getting errors with starlink, which I think may be related to
166
- # numpy 2.0.
167
- if: (matrix.py == 3.8) || (matrix.py == 3.9)
168
- run: |
169
pip install -U astroplan
170
pip install -U starlink-pyast
171
0 commit comments