Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jun 30, 2024
1 parent 8d16243 commit 5f0c0a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pygmt/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import numpy as np
from packaging.version import Version

# Keep this until we require numpy to be >=2.0
if Version(np.__version__ >= "2.0.0.dev0+git20230726"):
np.set_printoptions(legacy="1.25")

0 comments on commit 5f0c0a0

Please sign in to comment.