blob: e3fe15818b06c961861c74c6926afe47c59b58ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
package:
name: gemini_calmgr
version: "1.0.0"
source:
git_url: git@gitlab.gemini.edu:DRSoftware/FitsStorage.git
git_tag: 2020-2.20 # host FITSStorage repo has its own versioning...
build:
number: '0'
about:
home: http://www.gemini.edu/sciops/data-and-results/processing-software
license: BSD
summary: Local calibration manager for use with DRAGONS
requirements:
build:
- python
- setuptools
run:
- python
- astropy >=4.1
- dragons >=3.0.0
- numpy >=1.17
- sqlalchemy >=1.3
|