diff options
| -rw-r--r-- | acstools/bld.bat | 7 | ||||
| -rw-r--r-- | acstools/build.sh | 2 | ||||
| -rw-r--r-- | acstools/meta.yaml | 17 | 
3 files changed, 3 insertions, 23 deletions
| diff --git a/acstools/bld.bat b/acstools/bld.bat index d1ddf28..98bf5c5 100644 --- a/acstools/bld.bat +++ b/acstools/bld.bat @@ -1,7 +1,2 @@ - -echo This d2to1 hack is deadly. -pip install --no-deps --upgrade --force d2to1 -if errorlevel 1 exit 1 -  python setup.py install || exit 1 -if errorlevel 1 exit 1
\ No newline at end of file +if errorlevel 1 exit 1 diff --git a/acstools/build.sh b/acstools/build.sh index 783f064..5c61be1 100644 --- a/acstools/build.sh +++ b/acstools/build.sh @@ -1,3 +1 @@ -echo This d2to1 hack is deadly. -pip install --no-deps --upgrade --force d2to1 || exit 1  python setup.py install || exit 1 diff --git a/acstools/meta.yaml b/acstools/meta.yaml index 21b1e48..97cf327 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'acstools' %} -{% set version = '2.0.2' %} +{% set version = '2.0.4' %}  {% set number = '0' %}  about: @@ -13,26 +13,13 @@ package:      version: {{ version }}  requirements:      build: -    - d2to1 -    - stsci.distutils -    - python x.x      - astropy >=1.1      - numpy x.x -    - scipy -    - scikit-image -    - matplotlib -    - stsci.imagestats -    - stsci.tools      - setuptools +    - python x.x      run:      - astropy >=1.1      - numpy x.x -    - scipy -    - scikit-image -    - matplotlib -    - stsci.imagestats -    - stsci.tools -    - setuptools      - python x.x  source:      git_tag: {{ version }} | 
