diff options
author | Larry Bradley <larry.bradley@gmail.com> | 2016-07-13 16:40:36 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-07-13 16:40:36 -0400 |
commit | c8004ab63d93925f1023dbe405249eaa0257e4db (patch) | |
tree | eeb3df5eac367482457042d342277d3bfe8ebb9d /photutils/meta.yaml | |
parent | 7ad130c5ac044dc2006fb9e318296a19fdc9f940 (diff) | |
download | astroconda-contrib-c8004ab63d93925f1023dbe405249eaa0257e4db.tar.gz |
Update photutils to v0.2.2 (#38)
* Remove photutils unused scikit-learn dependency
* Remove photutils unused nose dependency
* Update photutils to v0.2.2
* Remove d2to1 from photutils recipe
Diffstat (limited to 'photutils/meta.yaml')
-rw-r--r-- | photutils/meta.yaml | 8 |
1 files changed, 2 insertions, 6 deletions
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: |