aboutsummaryrefslogtreecommitdiff
path: root/nictools
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@stsci.edu>2016-02-24 14:13:47 -0500
committerJoseph Hunkeler <jhunk@stsci.edu>2016-02-24 23:02:15 -0500
commit878d292c1b5455bd95fcdac9a31052671ea234a5 (patch)
tree695b54ebd18f1713bdda36e67a02509c6506f770 /nictools
parentac6fd6d64d37b00ab43600a59d7b0a6e09edfc91 (diff)
downloadcbc-recipes-878d292c1b5455bd95fcdac9a31052671ea234a5.tar.gz
Namespace package dependency corrections
Diffstat (limited to 'nictools')
-rw-r--r--nictools/nictools.ini32
1 files changed, 15 insertions, 17 deletions
diff --git a/nictools/nictools.ini b/nictools/nictools.ini
index 7571c87..7ea3ef3 100644
--- a/nictools/nictools.ini
+++ b/nictools/nictools.ini
@@ -16,34 +16,32 @@ number : {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
[requirements]
build :
astropy >=1.1
- stsci.distutils
- stsci.ndimage
- stsci.convolve
- stsci.tools
numpy
- setuptools
- python
-run :
- astropy >=1.1
- stsci.ndimage
- stsci.convolve
+ scipy
+ stsci.distutils
stsci.tools
+ setuptools
+ python
+run :
+ astropy >=1.1
numpy
- python
+ scipy
+ stsci.tools
+ python
[test]
imports :
-
+ nictools
+
commands :
-
[cbc_build]
linux :
- pip install --no-deps --upgrade --force d2to1
- python setup.py install || exit 1
+ pip install --no-deps --upgrade --force d2to1
+ python setup.py install || exit 1
windows :
- python setup.py install
+ python setup.py install
2to3 -w .
- if errorlevel 1 exit 1
+ if errorlevel 1 exit 1