diff options
-rw-r--r-- | asteval/meta.yaml | 4 | ||||
-rw-r--r-- | specviz/meta.yaml | 61 |
2 files changed, 32 insertions, 33 deletions
diff --git a/asteval/meta.yaml b/asteval/meta.yaml index b387816..d04be66 100644 --- a/asteval/meta.yaml +++ b/asteval/meta.yaml @@ -1,8 +1,8 @@ {% set name = "asteval" %} -{% set version = "0.9.11" %} +{% set version = "0.9.13" %} {% set file_ext = "tar.gz" %} {% set hash_type = "sha256" %} -{% set hash_value = "5995f1863c1685cd00df010663c15be880035a38b1e58c6340fb1d3adc499d8e" %} +{% set hash_value = "8faf9f92b2b0d2ed376dc149d6bab2e01f614f6994722be9c16f982cbdd07c99" %} package: name: '{{ name|lower }}' diff --git a/specviz/meta.yaml b/specviz/meta.yaml index 6e1b9c8..d4898fe 100644 --- a/specviz/meta.yaml +++ b/specviz/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'specviz' %} -{% set version = '0.5.0' %} +{% set version = '0.6.1' %} {% set tag = 'v' + version %} {% set number = '0' %} @@ -16,44 +16,43 @@ source: requirements: build: - - astropy - - cython - - docopt - - specutils <=0.2.2 - - py-expression-eval - - pyyaml - - pyqtgraph >=0.9.11 - - pyqt - - qtpy - - scipy - - spectral-cube - - yaml - - setuptools - - six + - asdf>=2.3.0 + - asteval>=0.9.13 + - astropy>=3.0.5 + - click>=7.0 + - gwcs>=0.9.1 + - pyqt>=5.9 + - pyqtgraph>=0.10.0 + - pytest>=4.0.1 + - pyyaml>=3.13 + - qtawesome>=0.5.3 + - qtpy>=1.5.2 + - scipy>=1.1.0 + - specutils>=0.5.1 - numpy {{ numpy }} - python {{ python }} run: - - astropy - - cython - - docopt - - specutils <=0.2.2 - - py-expression-eval - - pyyaml - - pyqtgraph >=0.9.11 - - pyqt - - qtpy - - scipy - - spectral-cube - - yaml - - six - - numpy + - asdf>=2.3.0 + - asteval>=0.9.13 + - astropy>=3.0.5 + - click>=7.0 + - gwcs>=0.9.1 + - numpy>=1.15.4 + - pyqt>=5.9 + - pyqtgraph>=0.10.0 + - pytest>=4.0.1 + - pyyaml>=3.13 + - qtawesome>=0.5.3 + - qtpy>=1.5.2 + - scipy>=1.1.0 + - specutils>=0.5.1 - python test: requires: - - astropy - - specutils <=0.2.2 + - astropy >=3.0.5 + - specutils >=0.5.1 imports: - specviz |