diff options
author | Joshua Neuheisel <joshua@neuheisel.us> | 2021-12-14 10:12:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 10:12:49 -0500 |
commit | a444252b4ffc8e80a38e3af652d631944f7b7cc8 (patch) | |
tree | cc9fd4fb32e9037648751fe866670ce4f1ee266c /poppy | |
parent | 8598e293350c20d04bb8059914f32e1124a6a6b4 (diff) | |
parent | 0c6601a6e5eb0a6ee62c163981596c04a72272b9 (diff) | |
download | astroconda-contrib-a444252b4ffc8e80a38e3af652d631944f7b7cc8.tar.gz |
Merge pull request #748 from ojustino/webbpsf-poppy-1.0
WebbPSF and poppy v1.0.X updates
Diffstat (limited to 'poppy')
-rw-r--r-- | poppy/meta.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/poppy/meta.yaml b/poppy/meta.yaml index 3b6a99e..5d3168d 100644 --- a/poppy/meta.yaml +++ b/poppy/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'poppy' %} -{% set version = '0.9.2' %} +{% set version = '1.0.1' %} {% set tag = 'v' + version %} {% set number = '0' %} @@ -20,18 +20,18 @@ package: requirements: build: - - astropy >=3.2.0 - - numpy {{ numpy }} - - scipy >=1.0.0 - - matplotlib >=2.0.0 + - astropy >=4.0.0 + - numpy >=1.18.0 + - scipy >=1.5.0 + - matplotlib >=3.2.0 - setuptools - setuptools_scm - python {{ python }} run: - - astropy >=3.2.0 - - numpy - - scipy >=1.0.0 - - matplotlib >=2.0.0 + - astropy >=4.0.0 + - numpy >=1.18.0 + - scipy >=1.5.0 + - matplotlib >=3.2.0 - setuptools - setuptools_scm - python |