Skip to content
Snippets Groups Projects
Commit 9192650c authored by alex's avatar alex
Browse files

limit numpy<1.23.0

parent 1e31411c
No related branches found
No related tags found
1 merge request!111limit numpy<1.23.0
Pipeline #33009 passed
......@@ -36,7 +36,7 @@ setup(
platforms='any',
install_requires=[
'aplpy', 'astropy', 'bdsf', 'h5py', 'losoto', 'lsmtool',
'matplotlib', 'numpy', 'python-casacore', 'RMextract', 'scipy'],
'matplotlib', 'numpy<1.23.0', 'python-casacore', 'RMextract', 'scipy'],
scripts=glob.glob('scripts/*'),
data_files=data_files,
# explicitly declare packages so setuptools does not attempt auto discovery
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment