summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ginga/meta.yaml11
-rw-r--r--stginga/meta.yaml6
2 files changed, 9 insertions, 8 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 }}
diff --git a/stginga/meta.yaml b/stginga/meta.yaml
index fc6e26a..4b1e672 100644
--- a/stginga/meta.yaml
+++ b/stginga/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'stginga' %}
-{% set version = '1.2.0' %}
+{% set version = '1.3.0' %}
{% set tag = version %}
{% set number = '0' %}
@@ -21,7 +21,7 @@ requirements:
- ginga >=2.7
- astropy >=3
- numpy {{ numpy }}
- - scipy
+ - scipy >=0.18
- setuptools_scm
- setuptools
- python {{ python }}
@@ -29,7 +29,7 @@ requirements:
- ginga >=2.7
- astropy >=3
- numpy
- - scipy
+ - scipy >=0.18
- python
source: