diff options
| author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-01-27 17:28:03 -0500 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-01-27 17:28:03 -0500 | 
| commit | 4c88478d921b367f15ebac811ae57b114975f59d (patch) | |
| tree | 5e624c0c939c1ea63ee4a8c7c6a7cad72b453da3 /calcos | |
| parent | 64e31269b90f119f88147ab7bebd0c73b04083be (diff) | |
| download | cbc-recipes-4c88478d921b367f15ebac811ae57b114975f59d.tar.gz | |
Fix missing deps
Diffstat (limited to 'calcos')
| -rw-r--r-- | calcos/calcos.ini | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/calcos/calcos.ini b/calcos/calcos.ini index 2245700..8264018 100644 --- a/calcos/calcos.ini +++ b/calcos/calcos.ini @@ -27,12 +27,16 @@ build :  run :       numpy      astropy >=1.1 +    stsci.convolve +    stsci.tools  	python  [test]  imports :  -	 +    calcos +  commands :  +    calcos --help  [cbc_build] | 
