diff options
author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2021-06-17 22:31:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 22:31:32 -0400 |
commit | a0cefb6f9555816f9d736070eeba2ac3de9e2f38 (patch) | |
tree | 694586d0f8f631255600f9e9038d42613731a3b7 /ginga/meta.yaml | |
parent | cc9a880bf05a2429aaff17782164202007e4a187 (diff) | |
download | astroconda-contrib-a0cefb6f9555816f9d736070eeba2ac3de9e2f38.tar.gz |
MNT: Bump Ginga and stginga (#731)
Diffstat (limited to 'ginga/meta.yaml')
-rw-r--r-- | ginga/meta.yaml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ginga/meta.yaml b/ginga/meta.yaml index 7282f00..8494452 100644 --- a/ginga/meta.yaml +++ b/ginga/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'ginga' %} -{% set version = '3.1.0' %} +{% set version = '3.2.0' %} {% set tag = 'v' ~ version %} {% set number = '0' %} @@ -18,19 +18,20 @@ package: requirements: build: - - astropy >=3 - - qtpy + - astropy >=3.2 + - qtpy >=1.1 - pillow - setuptools - setuptools_scm - numpy {{ numpy }} - python {{ python }} run: - - astropy >=3 - - qtpy + - astropy >=3.2 + - qtpy >=1.1 - pillow - numpy - python + - setuptools source: git_tag: {{ tag }} |