Skip to content

Commit

Permalink
Merge pull request #25944 from LucaLumetti/main
Browse files Browse the repository at this point in the history
Add napari-toothfairy-annotator recipe
  • Loading branch information
xhochy authored Apr 10, 2024
2 parents a6d2cca + bd3bd89 commit 8217afc
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
46 changes: 46 additions & 0 deletions recipes/napari-toothfairy-annotator/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{% set name = "napari-toothfairy-annotator" %}
{% set version = "0.0.5" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/napari-toothfairy-annotator-{{ version }}.tar.gz
sha256: 92bcfe65b970aa96d8d6d45ccda2af6cf90cd7c69a2c307a0901d1dbe3f7a68c

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.8
- pip
run:
- python >=3.8
- numpy
- magicgui
- qtpy
- scikit-image
- napari >=0.4.18

test:
imports:
- napari_toothfairy_annotator
commands:
- pip check
requires:
- pip
- pyqt

about:
home: https://github.com/LucaLumetti/napari-toothfairy-annotator
summary: The plugin employed to annotate volumes employed in the ToothFairy 2 Challenge
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- LucaLumetti
2 changes: 2 additions & 0 deletions recipes/napari-toothfairy-annotator/yum_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mesa-libGL-devel
xorg-x11-server-Xvfb

0 comments on commit 8217afc

Please sign in to comment.