Skip to content

Commit 65f4394

Browse files
committed
BUG: fix numpy dev version as their versioning system changed
1 parent 536779d commit 65f4394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
# Keep this until we require numpy to be >=2.0
17-
if minversion(np, "2.0.0.dev0+151"):
17+
if minversion(np, "2.0.0.dev0+git20230726"):
1818
np.set_printoptions(legacy="1.25")
1919

2020

0 commit comments

Comments
 (0)