We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339671c commit d4f8119Copy full SHA for d4f8119
astroquery/utils/commons.py
@@ -36,9 +36,7 @@
36
ASTROPY_LT_4_3 = not minversion('astropy', '4.3')
37
ASTROPY_LT_5_0 = not minversion('astropy', '5.0')
38
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')
+ASTROPY_LT_5_1 = not minversion('astropy', '5.1')
42
43
44
def radius_to_unit(radius, unit='degree'):
0 commit comments