aboutsummaryrefslogtreecommitdiff
path: root/dragons
Commit message (Collapse)AuthorAgeFilesLines
* Update public dragons recipe for v3.1 release, with latest dependencies.James E.H. Turner2023-03-302-45/+34
| | | | | | | | | | | | | | | | Disco_stu is now incorporated into dragons. Constrain max sqlalchemy until code is updated for new v2 API and max specutils on Python 3.7, because v1.9.1 incorrectly allows installation there. Stop requiring run-time deps at build time, since conda-build now checks that they can be satisfied anyway and it complicates things. Make testing dependencies optional (they were incomplete anyway). Include licence files in meta.yaml and use Jinja template for version etc. Use newer pip install command (otherwise get pkg_resources file collision err). Handle exit status more cleanly.
* Increment dragons build number (& rebuild against conda-forge deps).James Turner2022-12-301-11/+11
| | | | | Add constraints needed to avoid problematic dep versions from conda-forge. Re-order some deps that were out of alphabetical order, for easier comparison with lists currently kept elsewhere (for testing).
* Update dragons version for 3.0.4 patch release.James E.H. Turner2022-11-091-3/+3
|
* Constrain max specutils version for DRAGONS 3.0.3, to avoid a MRO conflict ↵James Turner2022-07-181-3/+3
| | | | with 1.4+ that has been resolved in our 3.1 branch.
* Update DRAGONS recipe again, for 3.0.3, since there's a problem with 3.0.2.James E.H. Turner2022-07-081-3/+2
|
* Update public dragons recipe for 3.0.2.James E.H. Turner2022-06-291-3/+3
|
* Update patch-level version number for bug fixes in the 3.0 release branch.James Turner2021-12-021-3/+3
|
* Update build number after the v3.0.0 tag has been moved again to resolve a ↵James Turner2021-10-071-1/+1
| | | | failure with the latest numpy 1.21.x (etc.).
* Update build number after the v3.0.0 tag has been moved to resolve a ↵James Turner2021-09-281-1/+1
| | | | documentation problem.
* Update for v3.0.0, mostly copied from the astroconda-gemini-internal ↵James Turner2021-09-211-32/+46
| | | | | | v3.0.0.dev recipe, plus recently-added bokeh dep. The dep versions have not yet been re-tested/checked since earlier this year.
* Update min. disco_stu version to 1.3.7 and increment build number.James Turner2020-03-311-3/+3
|
* Update dragons version for patch release, remove astropy max requirement and ↵James Turner2020-03-301-4/+6
| | | | increase disco_stu requirement for bug fix (I think).
* Update recipe for final DRAGONS 2.1.0 release (after pex_config relicensing).James Turner2019-10-301-5/+4
|
* Drop numdisplay dependency and bundle the files in gempy instead. Fix typos.James Turner2019-10-211-5/+3
| | | | Still pending update to LSST licence notice(s) for final release.
* Probably-final RC version, following a few updates in the release branch.James Turner2019-10-151-2/+4
| | | | Constrain required ds9 version when installed, since there were a few problems with 7.5/7.6.
* Add a couple of deps. that are optional for Python 2.James Turner2019-08-282-6/+10
| | | | Update source/package versions for addition of licensing documentation.
* Update dragons recipe to build from (latest commit in) the new release ↵James Turner2019-08-082-10/+12
| | | | branch, move the about section to keep new conda versions happy, update astropy dep to v2 & numdisplay to our bug-fixed version, add calmgr as a run-time dependency and temporarily comment out install of currently-missing licenses directory.
* Add setuptools to DRAGONS build deps.James Turner2019-08-011-0/+1
|
* Add recipe for public dragons package (based on the ↵James Turner2019-04-253-0/+80
astroconda-gemini-internal one) and include it in the gemini meta-package.