diff options
Diffstat (limited to 'stsci.stimage')
| -rw-r--r-- | stsci.stimage/bld.bat | 2 | ||||
| -rw-r--r-- | stsci.stimage/build.sh | 2 | ||||
| -rw-r--r-- | stsci.stimage/meta.yaml | 2 | 
3 files changed, 0 insertions, 6 deletions
| diff --git a/stsci.stimage/bld.bat b/stsci.stimage/bld.bat index 2096589..976d3b9 100644 --- a/stsci.stimage/bld.bat +++ b/stsci.stimage/bld.bat @@ -1,6 +1,4 @@ -echo This d2to1 hack is deadly. -pip install --no-deps --upgrade --force d2to1  if errorlevel 1 exit 1  python setup.py install diff --git a/stsci.stimage/build.sh b/stsci.stimage/build.sh index 5e8b365..4b71885 100644 --- a/stsci.stimage/build.sh +++ b/stsci.stimage/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.stimage/meta.yaml b/stsci.stimage/meta.yaml index d314bd4..134647b 100644 --- a/stsci.stimage/meta.yaml +++ b/stsci.stimage/meta.yaml @@ -10,9 +10,7 @@ package:      version: 0.2.1  requirements:      build: -    - d2to1      - numpy x.x -    - stsci.distutils      - setuptools      - python x.x      run: | 
