Skip to content

Commit a4b7c0a

Browse files
committed
astroplan and starlink seem to work now
1 parent 99af9a5 commit a4b7c0a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,6 @@ jobs:
160160
161161
pip install -U matplotlib
162162
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: |
169163
pip install -U astroplan
170164
pip install -U starlink-pyast
171165

0 commit comments

Comments
 (0)