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 /webbpsf | |
parent | 8598e293350c20d04bb8059914f32e1124a6a6b4 (diff) | |
download | astroconda-contrib-63cdaa8531c069e0c64faf1e933e457db77af469.tar.gz |
Made 1.0.X updates for webbpsf(-data) and poppy
Diffstat (limited to 'webbpsf')
-rw-r--r-- | webbpsf/meta.yaml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index 48da1b4..8f23313 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'webbpsf' %} -{% set version = '0.9.2' %} +{% set version = '1.0.0' %} {% set tag = 'v' + version %} {% set number = '1' %} @@ -20,35 +20,35 @@ package: requirements: build: - - astropy >=3.0.0 - - numpy {{ numpy }} + - astropy >=4.0.0 + - numpy >=1.18.0 - numpydoc - - scipy >=1.0.0 - - matplotlib >=2.0.0 - - poppy ==0.9.2 + - scipy >=1.5.0 + - matplotlib >=3.2.0 + - poppy ==1.0.1 - photutils - - webbpsf-data ==0.9.2 + - webbpsf-data ==1.0.0 - setuptools - setuptools_scm - python {{ python }} - ipywidgets - - jwxml - - pysiaf >=0.9.0 + - pysiaf >=0.11.0 + - synphot >=1.0.0 run: - - astropy >=3.0.0 - - numpy {{ numpy }} + - astropy >=4.0.0 + - numpy >=1.18.0 - numpydoc - - scipy >=1.0.0 - - matplotlib >=2.0.0 - - poppy ==0.9.2 + - scipy >=1.5.0 + - matplotlib >=3.2.0 + - poppy ==1.0.1 - photutils - - webbpsf-data ==0.9.2 + - webbpsf-data ==1.0.0 - setuptools - setuptools_scm - python - ipywidgets - - jwxml - - pysiaf >=0.9.0 + - pysiaf >=0.11.0 + - synphot >=1.0.0 source: git_tag: {{ tag }} |