-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathrecipe.yaml
More file actions
50 lines (43 loc) · 816 Bytes
/
recipe.yaml
File metadata and controls
50 lines (43 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
context:
version: 0.0.1
package:
name: max-cv
version: ${{ version }}
source:
- git: https://github.com/BradLarson/max-cv.git
rev: 27e24a8ee7028a0b721760ed627ad6926acd8329
build:
number: 0
noarch: python
script: pip install . -v
requirements:
host:
- python
- pip
- setuptools
- max=25.5
- wheel
run:
- python
- ${{ pin_compatible('max') }}
tests:
- script:
- pytest ./tests
requirements:
run:
- pytest
- pillow
files:
source:
- tests/
about:
homepage: https://github.com/bradLarson/max-cv
license: Apache-2.0
license_file: LICENSE
summary: An image processing framework built upon MAX
repository: https://github.com/bradLarson/max-cv
extra:
maintainers:
- BradLarson
project_name:
- MAX-CV