We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98087a5 commit b28e7f4Copy full SHA for b28e7f4
pygmt/conftest.py
@@ -2,5 +2,5 @@
2
from packaging.version import Version
3
4
# Keep this until we require numpy to be >=2.0
5
-if Version(np.__version__ >= Version("2.0.0.dev0+git20230726")):
+if Version(np.__version__) >= Version("2.0.0.dev0+git20230726"):
6
np.set_printoptions(legacy="1.25")
0 commit comments