We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e318d commit 7a6baa6Copy full SHA for 7a6baa6
_package/setup.py
@@ -10,7 +10,7 @@
10
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
11
12
requires = [
13
- 'numpy',
+ 'numpy<2.0.0',
14
'xmscore>=6.0.0',
15
'xmsgrid>=7.0.0, <8.0.0',
16
]
0 commit comments