Skip to content

Commit 95d170d

Browse files
committed
Hack to allow rc2
1 parent 69f327e commit 95d170d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/clib/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class Session:
112112
"""
113113

114114
# The minimum version of GMT required
115-
required_version = "6.0.0rc4"
115+
required_version = "6.0.0rc2"
116116

117117
@property
118118
def session_pointer(self):

0 commit comments

Comments
 (0)