diff options
Diffstat (limited to 'stsci.tools')
-rw-r--r-- | stsci.tools/bld.bat | 2 | ||||
-rw-r--r-- | stsci.tools/build.sh | 2 | ||||
-rw-r--r-- | stsci.tools/meta.yaml | 3 |
3 files changed, 0 insertions, 7 deletions
diff --git a/stsci.tools/bld.bat b/stsci.tools/bld.bat index 2096589..976d3b9 100644 --- a/stsci.tools/bld.bat +++ b/stsci.tools/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.tools/build.sh b/stsci.tools/build.sh index 5e8b365..4b71885 100644 --- a/stsci.tools/build.sh +++ b/stsci.tools/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.tools/meta.yaml b/stsci.tools/meta.yaml index 1463370..a42bc84 100644 --- a/stsci.tools/meta.yaml +++ b/stsci.tools/meta.yaml @@ -10,18 +10,15 @@ package: version: 3.4.1 requirements: build: - - d2to1 - astropy >=1.1 - pytools - setuptools - - stsci.distutils - numpy x.x - python x.x run: - astropy >=1.1 - numpy x.x - pytools - - stsci.distutils - python x.x source: git_url: https://github.com/spacetelescope/stsci.tools |