Skip to content

Add entry for MAX-CV #147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
786499a
Add entry for MAX-CV.
BradLarson Jul 6, 2025
a2ca0b5
Merge branch 'main' into max-cv
carolinefrasca Jul 7, 2025
29e65af
Merge branch 'main' into max-cv
carolinefrasca Jul 22, 2025
25bdbf1
try to get recipe file in line with example from pixi docs
carolinefrasca Jul 22, 2025
1be4b6f
Update recipe.yaml
carolinefrasca Jul 22, 2025
82c478f
remove pip from host section
carolinefrasca Jul 22, 2025
2ecdb18
Update recipe.yaml
carolinefrasca Jul 22, 2025
4695be2
Update recipe.yaml
carolinefrasca Jul 24, 2025
ab6eee1
Merge branch 'main' into max-cv
carolinefrasca Jul 24, 2025
6b9ed75
Update recipe.yaml
carolinefrasca Jul 24, 2025
884b311
Update recipe.yaml
carolinefrasca Jul 24, 2025
108b733
Update recipe.yaml
carolinefrasca Jul 24, 2025
1fcf3a3
Update recipe.yaml
carolinefrasca Jul 24, 2025
502740b
Update recipe.yaml
carolinefrasca Jul 24, 2025
c73034d
Update recipe.yaml
carolinefrasca Jul 24, 2025
79cbe6f
Update recipe.yaml
carolinefrasca Jul 24, 2025
0b78667
Update recipe.yaml
carolinefrasca Jul 24, 2025
90b1174
Update recipe.yaml
carolinefrasca Jul 24, 2025
2551c6c
Update recipe.yaml
carolinefrasca Jul 24, 2025
7cdf8b3
Update recipe.yaml
carolinefrasca Jul 24, 2025
1548de2
Update recipe.yaml
carolinefrasca Jul 24, 2025
4991693
Update recipe.yaml
carolinefrasca Jul 24, 2025
8b09566
Update recipe.yaml
carolinefrasca Jul 24, 2025
3855762
Update recipe.yaml
carolinefrasca Jul 24, 2025
ade6ec6
Update recipe.yaml
carolinefrasca Jul 24, 2025
d8a97e6
Update recipe.yaml
carolinefrasca Jul 24, 2025
3978935
Update recipe.yaml
carolinefrasca Jul 24, 2025
cca7618
Update recipe.yaml
carolinefrasca Jul 24, 2025
1440923
Update recipe.yaml
carolinefrasca Jul 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions recipes/max-cv/recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
context:
version: 0.0.1

package:
name: max-cv
version: ${{ version }}

source:
- git: https://github.com/BradLarson/max-cv.git
rev: 89c15b266a77ab9edae3646708f4615a6a39682a

# build:
# number: 0
# script: python -m pip install .

build:
number: 0
noarch: python
script: pip install . -v

requirements:
host:
- python
- pip
- setuptools
- max=25.4
- 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
Loading