diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-05 14:52:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-05 14:52:38 -0500 |
commit | c7630b83c75232b831e1118cae419bf81412dea7 (patch) | |
tree | 9d288445fb0b78d196a51a9f61d3e4b82a621b8a /ginga/meta.yaml | |
parent | 5809d5952da657742cf9ead361899fc0b4878340 (diff) | |
download | astroconda-contrib-c7630b83c75232b831e1118cae419bf81412dea7.tar.gz |
Fixup numpy requirement (#139)
Diffstat (limited to 'ginga/meta.yaml')
-rw-r--r-- | ginga/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ginga/meta.yaml b/ginga/meta.yaml index 519fbaf..c7c97be 100644 --- a/ginga/meta.yaml +++ b/ginga/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'ginga' %} {% set version = '2.6.1' %} {% set tag = 'v' + version %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/ejeschke/{{ name }} @@ -25,7 +25,7 @@ requirements: run: - astropy >=1.2 - qtpy - - numpy x.x + - numpy - python x.x source: |