Skip to content

Commit

Permalink
Merge pull request astropy#14137 from meeseeksmachine/auto-backport-o…
Browse files Browse the repository at this point in the history
…f-pr-14133-on-v5.0.x

Backport PR astropy#14133 on branch v5.0.x (Revert change to NUMPY_LT_1_24 [ci skip])
  • Loading branch information
pllim committed Dec 7, 2022
2 parents 5584aa0 + 2ca11d5 commit a2fa75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astropy/utils/compat/numpycompat.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
NUMPY_LT_1_22 = not minversion(np, "1.22")
NUMPY_LT_1_22_1 = not minversion(np, "1.22.1")
NUMPY_LT_1_23 = not minversion(np, "1.23")
NUMPY_LT_1_24 = not minversion(np, "1.24")
NUMPY_LT_1_24 = not minversion(np, "1.24dev0")
NUMPY_LT_1_25 = not minversion(np, "1.25.0.dev0+151")

0 comments on commit a2fa75d

Please sign in to comment.