From 01ee1afe3542d94aee851d03cdba74e2f0aa0bc6 Mon Sep 17 00:00:00 2001 From: JeanBilheux Date: Tue, 2 Mar 2021 08:53:37 -0500 Subject: [PATCH] working on conda version. this refs #14 --- conda-recipes/conda_build_config.yaml | 1 - conda-recipes/meta.yaml | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/conda-recipes/conda_build_config.yaml b/conda-recipes/conda_build_config.yaml index d5d05c5..b441c3a 100755 --- a/conda-recipes/conda_build_config.yaml +++ b/conda-recipes/conda_build_config.yaml @@ -1,4 +1,3 @@ python: - - 3.6 - 3.7 - 3.8 \ No newline at end of file diff --git a/conda-recipes/meta.yaml b/conda-recipes/meta.yaml index c6a8688..b694f79 100755 --- a/conda-recipes/meta.yaml +++ b/conda-recipes/meta.yaml @@ -1,6 +1,6 @@ {% set name = "ImagingReso" %} -{% set version = "1.6.2" %} -{% set git_rev = "1.6.2" %} +{% set version = "1.7.5" %} +{% set git_rev = "1.7.5" %} package: name: {{ name|lower }} @@ -22,7 +22,7 @@ requirements: run: - python - matplotlib - - periodictable + - periodictable=1.5.2 - numpy - scipy - pandas