diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-16 11:02:42 -0500 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-16 11:02:42 -0500 |
commit | ee95c4dcc118e9251064f379a72ae03e37b70bca (patch) | |
tree | 0a6f71a8f047f963a421c70f7042b2eddc799e84 /stginga | |
parent | 8be8b2de81d5eccddee4d55e36532309b8cf011d (diff) | |
download | cbc-recipes-ee95c4dcc118e9251064f379a72ae03e37b70bca.tar.gz |
Add recent dependencies
Diffstat (limited to 'stginga')
-rw-r--r-- | stginga/stginga.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stginga/stginga.ini b/stginga/stginga.ini index b605512..1953cae 100644 --- a/stginga/stginga.ini +++ b/stginga/stginga.ini @@ -19,12 +19,16 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} build: ginga astropy >=1.1 + numpy + scipy setuptools python run: ginga astropy >=1.1 + numpy + scipy python [test] |