diff options
author | Joshua Neuheisel <joshua@neuheisel.us> | 2021-08-11 05:48:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 05:48:32 -0400 |
commit | 99d293685433edd89dabb026ccde521ee33a2381 (patch) | |
tree | 1dc9492cd4a15693f538505440bd9eb81efcf955 | |
parent | 5bb0e9f0622a54b4e1e4322ae5eb7b110946a2c8 (diff) | |
parent | 22d2ea8629f568af69fc7152af899c399ed2f178 (diff) | |
download | astroconda-contrib-99d293685433edd89dabb026ccde521ee33a2381.tar.gz |
Merge pull request #733 from pllim/bump-synphotses
MNT: Bump synphotses
-rw-r--r-- | pysynphot/meta.yaml | 2 | ||||
-rw-r--r-- | stsynphot/meta.yaml | 10 | ||||
-rw-r--r-- | synphot/meta.yaml | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/pysynphot/meta.yaml b/pysynphot/meta.yaml index e70d983..1f083c0 100644 --- a/pysynphot/meta.yaml +++ b/pysynphot/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'pysynphot' %} -{% set version = '1.0.0' %} +{% set version = '1.0.1' %} {% set number = '0' %} about: diff --git a/stsynphot/meta.yaml b/stsynphot/meta.yaml index 95d2fde..2d07986 100644 --- a/stsynphot/meta.yaml +++ b/stsynphot/meta.yaml @@ -1,6 +1,6 @@ {% set reponame = 'stsynphot_refactor' %} {% set name = 'stsynphot' %} -{% set version = '1.0.0' %} +{% set version = '1.1.0' %} {% set number = '0' %} about: @@ -19,9 +19,9 @@ package: requirements: build: - synphot >=0.3 - - astropy >=3 + - astropy >=3.2 - extension-helpers - - scipy >=0.14 + - scipy >=1.1 - beautifulsoup4 - numpy {{ numpy }} - pytest @@ -31,8 +31,8 @@ requirements: run: - synphot >=0.3 - - astropy >=3 - - scipy >=0.14 + - astropy >=3.2 + - scipy >=1.1 - beautifulsoup4 - numpy - pytest diff --git a/synphot/meta.yaml b/synphot/meta.yaml index 9fd19c2..6b29535 100644 --- a/synphot/meta.yaml +++ b/synphot/meta.yaml @@ -1,6 +1,6 @@ {% set reponame = 'synphot_refactor' %} {% set name = 'synphot' %} -{% set version = '1.0.1' %} +{% set version = '1.1.0' %} {% set number = '0' %} about: @@ -19,16 +19,16 @@ package: requirements: build: - setuptools_scm - - astropy >=3 + - astropy >=3.2 - extension-helpers - - scipy >=0.14 + - scipy >=1.1 - numpy {{ numpy }} - pytest - setuptools - python {{ python }} run: - - astropy >=3 - - scipy >=0.14 + - astropy >=3.2 + - scipy >=1.1 - numpy - pytest - python |