diff options
Diffstat (limited to 'stsci.image')
-rw-r--r-- | stsci.image/bld.bat | 1 | ||||
-rw-r--r-- | stsci.image/build.sh | 2 | ||||
-rw-r--r-- | stsci.image/meta.yaml | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/stsci.image/bld.bat b/stsci.image/bld.bat index 695f708..976d3b9 100644 --- a/stsci.image/bld.bat +++ b/stsci.image/bld.bat @@ -1,5 +1,4 @@ -pip install --no-deps --upgrade --force d2to1 if errorlevel 1 exit 1 python setup.py install diff --git a/stsci.image/build.sh b/stsci.image/build.sh index 5e8b365..4b71885 100644 --- a/stsci.image/build.sh +++ b/stsci.image/build.sh @@ -1,4 +1,2 @@ -echo This d2to1 hack is deadly. -pip install --no-deps --upgrade --force d2to1 || exit 1 python setup.py install || exit 1
\ No newline at end of file diff --git a/stsci.image/meta.yaml b/stsci.image/meta.yaml index ab7162c..777bd81 100644 --- a/stsci.image/meta.yaml +++ b/stsci.image/meta.yaml @@ -10,11 +10,9 @@ package: version: 2.2.0 requirements: build: - - d2to1 - astropy >=1.1 - numpy x.x - scipy - - stsci.distutils - stsci.tools - setuptools - python x.x |