Skip to content

Commit d4f8119

Browse files
committed
MAINT: cleanup ASTROPY_LT
1 parent 339671c commit d4f8119

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

astroquery/utils/commons.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@
3636
ASTROPY_LT_4_3 = not minversion('astropy', '4.3')
3737
ASTROPY_LT_5_0 = not minversion('astropy', '5.0')
3838

39-
ASTROPY_LT_5_1 = not minversion('astropy', '5.1dev197')
40-
# Update the line above once 5.1 is released
41-
# ASTROPY_LT_5_1 = not minversion('astropy', '5.1')
39+
ASTROPY_LT_5_1 = not minversion('astropy', '5.1')
4240

4341

4442
def radius_to_unit(radius, unit='degree'):

0 commit comments

Comments
 (0)