Skip to content

Commit 7a6baa6

Browse files
committed
Require numpy < 2.0.0.
1 parent 48e318d commit 7a6baa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_package/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
1111

1212
requires = [
13-
'numpy',
13+
'numpy<2.0.0',
1414
'xmscore>=6.0.0',
1515
'xmsgrid>=7.0.0, <8.0.0',
1616
]

0 commit comments

Comments
 (0)