Skip to content

Commit 2544f63

Browse files
committed
MAINT: bump astropy minimum to 4.2.1 and np to 1.18
1 parent bdf251a commit 2544f63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Infrastructure, Utility and Other Changes and Additions
189189

190190
- Removed deprecated function ``utils.download_list_of_fitsfiles()``. [#2594]
191191

192-
- Versions of astropy <4.1 are no longer supported. [#2602]
192+
- Versions of astropy <4.2.1 and numpy <1.18 are no longer supported. [#2602]
193193

194194

195195

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ deps =
3131

3232
# mpl while not a dependency, it's required for the tests, and would pull up a newer numpy version if not pinned.
3333

34-
oldestdeps: astropy==4.1
35-
oldestdeps: numpy==1.16
34+
oldestdeps: astropy==4.2.1
35+
oldestdeps: numpy==1.18
3636
oldestdeps: matplotlib==3.3.*
3737
oldestdeps: pyvo==1.1
3838
cov: codecov

0 commit comments

Comments
 (0)