From 07c2f400e1135120eb42c7395b5fe2d5e490c2f6 Mon Sep 17 00:00:00 2001 From: Alexander Drabent <alex@tls-tautenburg.de> Date: Tue, 24 Jan 2023 10:50:35 +0100 Subject: [PATCH] fix numpy warnings --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bb3094cc..c424d743 100644 --- a/setup.py +++ b/setup.py @@ -35,8 +35,8 @@ setup( 'Topic :: Scientific/Engineering :: Astronomy'], platforms='any', install_requires=[ - 'aplpy', 'astropy', 'bdsf', 'h5py', 'losoto @ git+https://github.com/revoltek/losoto.git@0f5a498930da0c6301fd0595271acc21d3a5b383', 'lsmtool', - 'matplotlib', 'numpy==1.23.0', 'python-casacore', 'RMextract', 'scipy'], + 'aplpy', 'astropy', 'bdsf', 'h5py', 'losoto @ git+https://github.com/revoltek/losoto.git@fix_numpy_warnings', 'lsmtool', + 'matplotlib', 'numpy', 'python-casacore', 'RMextract', 'scipy'], scripts=glob.glob('scripts/*'), data_files=data_files, # explicitly declare packages so setuptools does not attempt auto discovery -- GitLab