diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-24 14:13:47 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-02-24 23:02:15 -0500 |
commit | 878d292c1b5455bd95fcdac9a31052671ea234a5 (patch) | |
tree | 695b54ebd18f1713bdda36e67a02509c6506f770 /stsci.sphere | |
parent | ac6fd6d64d37b00ab43600a59d7b0a6e09edfc91 (diff) | |
download | cbc-recipes-878d292c1b5455bd95fcdac9a31052671ea234a5.tar.gz |
Namespace package dependency corrections
Diffstat (limited to 'stsci.sphere')
-rw-r--r-- | stsci.sphere/stsci.sphere.ini | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/stsci.sphere/stsci.sphere.ini b/stsci.sphere/stsci.sphere.ini index ceed749..0c9afb3 100644 --- a/stsci.sphere/stsci.sphere.ini +++ b/stsci.sphere/stsci.sphere.ini @@ -18,14 +18,16 @@ preserve_egg_dir: yes [requirements] build: d2to1 - setuptools - stsci.distutils astropy >=1.1 + matplotlib numpy + setuptools + stsci.distutils python run: astropy >=1.1 + matplotlib numpy python |