diff options
Diffstat (limited to 'stsci.sphere')
| -rw-r--r-- | stsci.sphere/bld.bat | 2 | ||||
| -rw-r--r-- | stsci.sphere/build.sh | 2 | ||||
| -rw-r--r-- | stsci.sphere/meta.yaml | 2 | 
3 files changed, 0 insertions, 6 deletions
| diff --git a/stsci.sphere/bld.bat b/stsci.sphere/bld.bat index 2096589..976d3b9 100644 --- a/stsci.sphere/bld.bat +++ b/stsci.sphere/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.sphere/build.sh b/stsci.sphere/build.sh index 5e8b365..4b71885 100644 --- a/stsci.sphere/build.sh +++ b/stsci.sphere/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.sphere/meta.yaml b/stsci.sphere/meta.yaml index 33ba98a..712086d 100644 --- a/stsci.sphere/meta.yaml +++ b/stsci.sphere/meta.yaml @@ -10,12 +10,10 @@ package:      version: '0.2'  requirements:      build: -    - d2to1      - astropy >=1.1      - matplotlib      - numpy x.x      - setuptools -    - stsci.distutils      - python x.x      run:      - astropy >=1.1 | 
