From 4ac0c16e5135b432b026497faffef85a6849b7e5 Mon Sep 17 00:00:00 2001 From: Javier Gonzalez Date: Wed, 19 Jan 2022 11:32:23 -0500 Subject: [PATCH] added astroquery and regions --- pkg_defs/ska3-core-latest/install_from_scratch.py | 5 +++++ pkg_defs/ska3-core-latest/meta.yaml | 2 ++ 2 files changed, 7 insertions(+) diff --git a/pkg_defs/ska3-core-latest/install_from_scratch.py b/pkg_defs/ska3-core-latest/install_from_scratch.py index f1f75df4..a1903fd4 100755 --- a/pkg_defs/ska3-core-latest/install_from_scratch.py +++ b/pkg_defs/ska3-core-latest/install_from_scratch.py @@ -27,6 +27,11 @@ 'options': [], 'packages': ['django==3.1.7'] }, + { # this is not in defaults or conda-forge (for now?) + 'channels': ['astropy'], + 'options': [], + 'packages': ['regions'] + }, ] diff --git a/pkg_defs/ska3-core-latest/meta.yaml b/pkg_defs/ska3-core-latest/meta.yaml index 54e38cb0..77d064f9 100644 --- a/pkg_defs/ska3-core-latest/meta.yaml +++ b/pkg_defs/ska3-core-latest/meta.yaml @@ -7,6 +7,7 @@ requirements: - astropy - astropy-sphinx-theme - astropy-healpix + - astroquery - backports - backports.zoneinfo - beautifulsoup4 @@ -55,6 +56,7 @@ requirements: - pyqtgraph - pyyaml - qt + - regions - requests - rope - runipy # [win]