Skip to content

Commit

Permalink
added astroquery and regions
Browse files Browse the repository at this point in the history
  • Loading branch information
javierggt committed Jan 19, 2022
1 parent ca48617 commit 4ac0c16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg_defs/ska3-core-latest/install_from_scratch.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
'options': [],
'packages': ['django==3.1.7']
},
{ # this is not in defaults or conda-forge (for now?)

This comment has been minimized.

Copy link
@jeanconn

jeanconn Jan 19, 2022

Contributor

Yeah, that's why it didn't get 4 years ago ... #36 (comment) . But if we're happy whatever we fetch works on the supported platforms this seems doable.

'channels': ['astropy'],
'options': [],
'packages': ['regions']
},
]


Expand Down
2 changes: 2 additions & 0 deletions pkg_defs/ska3-core-latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ requirements:
- astropy
- astropy-sphinx-theme
- astropy-healpix
- astroquery
- backports
- backports.zoneinfo
- beautifulsoup4
Expand Down Expand Up @@ -55,6 +56,7 @@ requirements:
- pyqtgraph
- pyyaml
- qt
- regions
- requests
- rope
- runipy # [win]
Expand Down

0 comments on commit 4ac0c16

Please sign in to comment.