diff options
author | ojustino <ojustino@users.noreply.github.com> | 2021-12-13 16:43:07 -0500 |
---|---|---|
committer | ojustino <ojustino@users.noreply.github.com> | 2021-12-13 16:43:07 -0500 |
commit | 63cdaa8531c069e0c64faf1e933e457db77af469 (patch) | |
tree | a5ff9d6206aee78c83f2cad7466594af6cae0d6a /poppy | |
parent | 8598e293350c20d04bb8059914f32e1124a6a6b4 (diff) | |
download | astroconda-contrib-63cdaa8531c069e0c64faf1e933e457db77af469.tar.gz |
Made 1.0.X updates for webbpsf(-data) and poppy
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 |