From 39767a3a44a17b3578dc8e7691ecf70e5813aa47 Mon Sep 17 00:00:00 2001 From: siboles Date: Wed, 10 Nov 2021 13:51:52 -0700 Subject: [PATCH] Gave more freedom to dependencies --- src/conda-recipe/conda_build_config.yaml | 3 +-- src/conda-recipe/meta.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/conda-recipe/conda_build_config.yaml b/src/conda-recipe/conda_build_config.yaml index 1f142c3..418554a 100644 --- a/src/conda-recipe/conda_build_config.yaml +++ b/src/conda-recipe/conda_build_config.yaml @@ -1,3 +1,2 @@ python: - - 3.5 - - 3.6 + - 3 diff --git a/src/conda-recipe/meta.yaml b/src/conda-recipe/meta.yaml index a639f29..4568ea8 100644 --- a/src/conda-recipe/meta.yaml +++ b/src/conda-recipe/meta.yaml @@ -14,7 +14,7 @@ requirements: - cgal - tbb - vtk - - simpleitk 1.0* + - simpleitk - numpy - scipy - matplotlib @@ -22,7 +22,7 @@ requirements: - xlrd - xlwt - wquantiles - - febio 0.2* + - febio run: - python - future @@ -30,7 +30,7 @@ requirements: - cgal - tbb - vtk - - simpleitk 1.0* + - simpleitk - numpy - scipy - matplotlib @@ -38,7 +38,7 @@ requirements: - xlrd - xlwt - wquantiles - - febio 0.2* + - febio test: imports: