diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-11-29 14:42:29 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-12-13 16:04:15 -0500 |
commit | d53f69876e2c1cccdd2a5b12da9096dd3bd8aa1c (patch) | |
tree | 9c571547d636130376ab400eeca3e2c6d45de017 /astrolib.coords | |
parent | 869c017fb80250b757aa49d6cf32776454ef8ae5 (diff) | |
download | astroconda-contrib-d53f69876e2c1cccdd2a5b12da9096dd3bd8aa1c.tar.gz |
Remove numpy locks
Diffstat (limited to 'astrolib.coords')
-rw-r--r-- | astrolib.coords/meta.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/astrolib.coords/meta.yaml b/astrolib.coords/meta.yaml index 9c8a9d0..1767300 100644 --- a/astrolib.coords/meta.yaml +++ b/astrolib.coords/meta.yaml @@ -2,20 +2,20 @@ about: home: https://github.com/spacetelescope/astrolib.coords.git license: BSD summary: astrolib.coords -build: - number: '0' package: name: astrolib.coords version: 0.39.6 +build: + number: '0' requirements: build: - d2to1 - stsci.distutils - setuptools - - numpy x.x + - numpy - python x.x run: - - numpy x.x + - numpy - python x.x source: git_tag: 0.39.6 |