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