From 01b053a7518240a2d1d0af063d547679f0667ac5 Mon Sep 17 00:00:00 2001 From: Raz Date: Fri, 16 Apr 2021 18:22:00 +0100 Subject: [PATCH] Updated compatible version of dependencies in line with astLib 0.11.6, which now works, and is related to issue #15 from tigger_lsm_pyqt5. --- setup.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index e9da3a3..6cba795 100644 --- a/setup.py +++ b/setup.py @@ -6,11 +6,12 @@ __version__ = "1.7.0" # PyQt has not been added here are it needs to be installed via apt-get which is a Tigger requirement. +# Versions below are set to astLib 0.11.6 tested and compatible versions found requirements = ['astro_kittens==1.4.3', - 'numpy>=1.17', - 'scipy==1.5.2', - 'astlib==0.10.2', - 'astropy==4.1', + 'numpy==1.18.1', # set to astLib recommended + 'scipy==1.5.2', # recommends 1.3.1, this fails, next available version + 'astlib==0.11.6', # latest version that uses astropy WCS at the backend + 'astropy==3.2.3', # recommends 3.2.1, this fails, next available version (last of 3.x) 'future'] scripts = [