Skip to content

Commit

Permalink
Updated compatible version of dependencies in line with astLib 0.11.6…
Browse files Browse the repository at this point in the history
…, which now works, and is related to issue #15 from tigger_lsm_pyqt5.
  • Loading branch information
razman786 committed Apr 16, 2021
1 parent ef3203b commit 01b053a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 01b053a

Please sign in to comment.