Skip to content
Snippets Groups Projects
Commit 07c2f400 authored by alex's avatar alex
Browse files

fix numpy warnings

parent 9ead9ff1
No related branches found
No related tags found
No related merge requests found
Pipeline #42903 failed
...@@ -35,8 +35,8 @@ setup( ...@@ -35,8 +35,8 @@ setup(
'Topic :: Scientific/Engineering :: Astronomy'], 'Topic :: Scientific/Engineering :: Astronomy'],
platforms='any', platforms='any',
install_requires=[ install_requires=[
'aplpy', 'astropy', 'bdsf', 'h5py', 'losoto @ git+https://github.com/revoltek/losoto.git@0f5a498930da0c6301fd0595271acc21d3a5b383', 'lsmtool', 'aplpy', 'astropy', 'bdsf', 'h5py', 'losoto @ git+https://github.com/revoltek/losoto.git@fix_numpy_warnings', 'lsmtool',
'matplotlib', 'numpy==1.23.0', 'python-casacore', 'RMextract', 'scipy'], 'matplotlib', 'numpy', 'python-casacore', 'RMextract', 'scipy'],
scripts=glob.glob('scripts/*'), scripts=glob.glob('scripts/*'),
data_files=data_files, data_files=data_files,
# explicitly declare packages so setuptools does not attempt auto discovery # 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.
Please register or to comment