Skip to content

Commit

Permalink
Do not use NumPy 2.0
Browse files Browse the repository at this point in the history
Package `python-casacore` is not (yet) compatible with NumPy 2.0. Use latest NumPy 1.x version.
  • Loading branch information
gmloose committed Jul 9, 2024
1 parent ddb9b1f commit fb99eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def run(self):
'Topic :: Software Development :: Libraries :: Python Modules',
],
tests_require=['pytest'],
install_requires=['numpy>=1.9', 'cython', 'tables>=3.4', 'configparser',
install_requires=['numpy>=1.9,<2.0', 'cython', 'tables>=3.4', 'configparser',
'scipy', 'matplotlib', 'python-casacore>=3.0'],
scripts=['bin/losoto', 'bin/H5parm_split.py',
'bin/H5parm2parmdb.py', 'bin/parmdb2H5parm.py', 'bin/killMS2H5parm.py',
Expand Down

0 comments on commit fb99eb4

Please sign in to comment.