Skip to content

Commit

Permalink
Upgrades minium dep version of numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
CyclingNinja committed Apr 16, 2024
1 parent 6ee0b2d commit 89df6f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{% set default_python = '3.10' %}
name: CI

on:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ deps =
oldestdeps: sunpy<4.0
oldestdeps: astropy<4.3
oldestdeps: gwcs<0.16
oldestdeps: numpy<1.18
oldestdeps: numpy<1.23
oldestdeps: matplotlib<3.3
oldestdeps: mpl_animators<1.1
oldestdeps: reproject==0.7.1
Expand Down

0 comments on commit 89df6f8

Please sign in to comment.