diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-05-25 17:51:19 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-05-25 17:51:19 -0400 |
commit | 8dc2fa93f62709f46b2a17da86b2b574e812de92 (patch) | |
tree | 6d9814250d7805362d068391aa95bd4676b39c5d /asdf/meta.yaml | |
parent | fad4e90cefb93f897d24b26ce382039d6c70466f (diff) | |
download | astroconda-dev-8dc2fa93f62709f46b2a17da86b2b574e812de92.tar.gz |
Remove restriction on astropy version. Latest is latest.
Diffstat (limited to 'asdf/meta.yaml')
-rw-r--r-- | asdf/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asdf/meta.yaml b/asdf/meta.yaml index 4f961f2..b69d505 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -15,7 +15,7 @@ package: version: {{ version }} requirements: build: - - astropy >=1.1 + - astropy - pyyaml - jsonschema - pytest @@ -24,7 +24,7 @@ requirements: - numpy x.x - python x.x run: - - astropy >=1.1 + - astropy - pyyaml - jsonschema - pytest |