Skip to content

Commit

Permalink
update conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Aug 16, 2023
1 parent 5914f13 commit 344c69c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,17 @@ 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 %}


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 .

Expand All @@ -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

0 comments on commit 344c69c

Please sign in to comment.