Skip to content

Commit

Permalink
Add napari-apple recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed Jul 5, 2022
1 parent 44658ea commit 2406a05
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
45 changes: 45 additions & 0 deletions recipes/napari-apple/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{% set name = "napari-apple" %}
{% set version = "0.0.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/napari-apple-{{ version }}.tar.gz
sha256: c1aa27b24de811d876a4479603246d94a36595a5eacb781c8c52e1f913968a65

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

requirements:
host:
- pip
- python >=3.8
run:
- magicgui
- numpy
- python >=3.8
- qtpy

test:
imports:
- napari_apple
commands:
- pip list
- pip check
requires:
- pip

about:
home: https://github.com/hereariim/napari-apple
summary: Detection of apple based on YOLOv4 model
license: BSD-3-Clause
license_file: LICENSE

extra:
recipe-maintainers:
- goanpeca
- jaimergp
2 changes: 2 additions & 0 deletions recipes/napari-apple/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 2406a05

Please sign in to comment.