From 344c69c57bb8f7343e9c6bfedf4fccb75a33b1f6 Mon Sep 17 00:00:00 2001 From: fynnbe Date: Wed, 16 Aug 2023 13:33:55 +0200 Subject: [PATCH] update conda recipe --- conda-recipe/meta.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index de06478a8..a02c1a8ed 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -9,10 +9,10 @@ source: requirements: build: - - python >=3.7,<3.10 + - python >=3.8,<3.12 - pip run: - - python >=3.7,<3.10 + - python >=3.8,<3.12 {% for dep in setup_py_data['install_requires'] %} - {{ dep.replace(";platform_system!='Emscripten'", "").lower() }} {% endfor %} @@ -20,10 +20,6 @@ requirements: build: noarch: python - entry_points: - {% for ep in setup_py_data['entry_points']['console_scripts'] %} - - {{ ep }} - {% endfor %} script: - python -m pip install --no-deps --ignore-installed . @@ -42,6 +38,6 @@ test: about: home: https://github.com/bioimage-io/spec-bioimage-io - summary: bioimage.io Spec Validator and specifications package + summary: bioimage.io specifications package license: MIT license_file: LICENSE