summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorojustino <ojustino@users.noreply.github.com>2021-12-13 16:43:07 -0500
committerojustino <ojustino@users.noreply.github.com>2021-12-13 16:43:07 -0500
commit63cdaa8531c069e0c64faf1e933e457db77af469 (patch)
treea5ff9d6206aee78c83f2cad7466594af6cae0d6a
parent8598e293350c20d04bb8059914f32e1124a6a6b4 (diff)
downloadastroconda-contrib-63cdaa8531c069e0c64faf1e933e457db77af469.tar.gz
Made 1.0.X updates for webbpsf(-data) and poppy
-rw-r--r--poppy/meta.yaml18
-rw-r--r--webbpsf-data/meta.yaml4
-rw-r--r--webbpsf/meta.yaml34
3 files changed, 28 insertions, 28 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
diff --git a/webbpsf-data/meta.yaml b/webbpsf-data/meta.yaml
index 1738b0a..7fdb919 100644
--- a/webbpsf-data/meta.yaml
+++ b/webbpsf-data/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'webbpsf-data' %}
-{% set version = '0.9.2' %}
+{% set version = '1.0.0' %}
{% set number = '1' %}
about:
@@ -16,4 +16,4 @@ package:
source:
fn: {{ name }}-{{ version }}.tar.gz
- url: https://stsci.box.com/shared/static/r7k2m3ruxb7a7a7t172epr4kq5ibmo78.gz
+ url: https://stsci.box.com/shared/static/ftj8esrt0apzbnff8j6m5kseii2jzy9e.gz
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 }}