diff options
author | James Turner <jturner@gemini.edu> | 2020-03-31 11:30:29 -0400 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2020-03-31 11:30:29 -0400 |
commit | 73af359f42a804b483623a1913fecb1f0d787ec3 (patch) | |
tree | 55126b2ed08d7fffc65a42c1bb7f239ef1ab8dfc /disco_stu | |
parent | e3dd69440d91c131600a6f4600d006aa461d83b8 (diff) | |
download | astroconda-iraf-73af359f42a804b483623a1913fecb1f0d787ec3.tar.gz |
Update disco_stu version to 1.3.7 & disallow installing with AstroPy 4 for now.
Diffstat (limited to 'disco_stu')
-rw-r--r-- | disco_stu/meta.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/disco_stu/meta.yaml b/disco_stu/meta.yaml index 5dd2322..21cd761 100644 --- a/disco_stu/meta.yaml +++ b/disco_stu/meta.yaml @@ -8,12 +8,12 @@ build: number: '0' package: name: disco_stu - version: "1.3.6" + version: "1.3.7" source: - # fn: disco_stu-1.3.6.tar.gz - # url: http://www.gemini.edu/sciops/data/software/disco_stu-1.3.6.tar.gz + # fn: disco_stu-1.3.7.tar.gz + # url: http://www.gemini.edu/sciops/data/software/disco_stu-1.3.7.tar.gz git_url: git@gitlab.gemini.edu:DRSoftware/disco_stu.git - git_tag: v1.3.6 + git_tag: v1.3.7 requirements: build: - python x.x # syntax needed to build for each python ver. @@ -23,6 +23,6 @@ requirements: - python x.x # (OrderedDict & argparse require >=2.7) - numpy >=1.9 # (version tested, from the manual) - scipy >=0.14 # (to match the NumPy requirement) - - astropy >=1.0 # (from the manual) + - astropy >=1.0,<4 # (from the manual, plus known incompat.) - sextractor >=2.8.6 # (from the manual) |