diff options
| -rw-r--r-- | photutils/build.sh | 5 | ||||
| -rw-r--r-- | photutils/meta.yaml | 8 | 
2 files changed, 3 insertions, 10 deletions
| diff --git a/photutils/build.sh b/photutils/build.sh index 5e8b365..5c61be1 100644 --- a/photutils/build.sh +++ b/photutils/build.sh @@ -1,4 +1 @@ - -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 +python setup.py install || exit 1 diff --git a/photutils/meta.yaml b/photutils/meta.yaml index 37b16c3..8becab5 100644 --- a/photutils/meta.yaml +++ b/photutils/meta.yaml @@ -6,17 +6,14 @@ build:      number: '1'  package:      name: photutils -    version: 0.2.1 +    version: 0.2.2  requirements:      build: -    - d2to1 -    - nose      - astropy >=1.1      - cython      - matplotlib      - numpy x.x      - scikit-image -    - scikit-learn      - scipy      - setuptools      - python x.x @@ -26,12 +23,11 @@ requirements:      - matplotlib      - numpy x.x      - scikit-image -    - scikit-learn      - scipy      - setuptools      - python x.x  source: -    git_tag: v0.2.1 +    git_tag: v0.2.2      git_url: https://github.com/astropy/photutils  test:      imports: | 
