From 786499adae6b80512bf46d5864ef5747439cf802 Mon Sep 17 00:00:00 2001 From: Brad Larson Date: Sun, 6 Jul 2025 14:29:40 -0500 Subject: [PATCH 01/27] Add entry for MAX-CV. --- recipes/max-cv/recipe.yaml | 44 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 recipes/max-cv/recipe.yaml diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml new file mode 100644 index 00000000..b083b03e --- /dev/null +++ b/recipes/max-cv/recipe.yaml @@ -0,0 +1,44 @@ +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 . + +requirements: + host: + - max =25.4 + run: + - ${{ pin_compatible('max') }} + +tests: + - script: + - if: unix + then: + - pixi run test + requirements: + run: + - max =25.4 + - python >=3.9,<3.13 + - pytest + +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 \ No newline at end of file From 25bdbf1d454b50dba5cf9f09799340d2f01f89fa Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Tue, 22 Jul 2025 17:41:19 -0400 Subject: [PATCH 02/27] try to get recipe file in line with example from pixi docs --- recipes/max-cv/recipe.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index b083b03e..dca710e0 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -16,8 +16,11 @@ build: requirements: host: - max =25.4 + - python + - pip run: - ${{ pin_compatible('max') }} + - python tests: - script: @@ -41,4 +44,4 @@ extra: maintainers: - BradLarson project_name: - - MAX-CV \ No newline at end of file + - MAX-CV From 1be4b6f9019f258ae39cfffdd531b278819104c2 Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Tue, 22 Jul 2025 17:48:38 -0400 Subject: [PATCH 03/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index dca710e0..25b0fc2b 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -15,12 +15,12 @@ build: requirements: host: - - max =25.4 - python - pip + - max=25.4 run: - - ${{ pin_compatible('max') }} - python + - ${{ pin_compatible('max') }} tests: - script: From 82c478f8925efc9fd2b9f32aa5b3b55d56192aa9 Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Tue, 22 Jul 2025 17:58:42 -0400 Subject: [PATCH 04/27] remove pip from host section --- recipes/max-cv/recipe.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index 25b0fc2b..79c8cc36 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -16,7 +16,6 @@ build: requirements: host: - python - - pip - max=25.4 run: - python From 2ecdb1808e405f3e00e117b6b14179b5094964a9 Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Tue, 22 Jul 2025 18:00:04 -0400 Subject: [PATCH 05/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index 79c8cc36..25b0fc2b 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -16,6 +16,7 @@ build: requirements: host: - python + - pip - max=25.4 run: - python From 4695be23e5ec6e72ce025d78a0143bd00a92a108 Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 14:50:52 -0400 Subject: [PATCH 06/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index 25b0fc2b..0dc14a1f 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -9,9 +9,13 @@ source: - git: https://github.com/BradLarson/max-cv.git rev: 89c15b266a77ab9edae3646708f4615a6a39682a +# build: +# number: 0 +# script: python -m pip install . + build: - number: 0 - script: python -m pip install . + noarch: python + script: pip install . -v requirements: host: From 6b9ed75649d421bf0515b64e879056c8efd44eac Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 14:52:13 -0400 Subject: [PATCH 07/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index 0dc14a1f..0d05ebd6 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -14,7 +14,7 @@ source: # script: python -m pip install . build: - noarch: python + noarch: python script: pip install . -v requirements: From 884b3113d7e5ed4862e371c3e2d4a5894a670e4e Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 14:54:09 -0400 Subject: [PATCH 08/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index 0d05ebd6..a55250ba 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -21,6 +21,7 @@ requirements: host: - python - pip + - setuptools - max=25.4 run: - python From 108b733c4666d4cbde6166455a65b470d236f91e Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:03:37 -0400 Subject: [PATCH 09/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index a55250ba..db71bb15 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -2,7 +2,7 @@ context: version: 0.0.1 package: - name: "max-cv" + name: max-cv version: ${{ version }} source: @@ -23,6 +23,7 @@ requirements: - pip - setuptools - max=25.4 + - wheel run: - python - ${{ pin_compatible('max') }} From 1fcf3a32528457f24f8247acd4c239cbc7e26a5c Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:05:15 -0400 Subject: [PATCH 10/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index db71bb15..8beca703 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -28,16 +28,16 @@ requirements: - python - ${{ pin_compatible('max') }} -tests: - - script: - - if: unix - then: - - pixi run test - requirements: - run: - - max =25.4 - - python >=3.9,<3.13 - - pytest +# tests: +# - script: +# - if: unix +# then: +# - pixi run test +# requirements: +# run: +# - max =25.4 +# - python >=3.9,<3.13 +# - pytest about: homepage: https://github.com/bradLarson/max-cv From 502740b6bf92b51d5a2764409c26aa54104805d8 Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:11:54 -0400 Subject: [PATCH 11/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index 8beca703..7f175728 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -39,6 +39,15 @@ requirements: # - python >=3.9,<3.13 # - pytest +tests: + - python: + imports: + - numpy + - pathlib + - pytest + - script: + - pixi run test + about: homepage: https://github.com/bradLarson/max-cv license: Apache-2.0 From c73034df76915bbf0103d91858123e5883971b6e Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:15:46 -0400 Subject: [PATCH 12/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index 7f175728..69681f1c 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -14,6 +14,7 @@ source: # script: python -m pip install . build: + number: 0 noarch: python script: pip install . -v @@ -24,6 +25,7 @@ requirements: - setuptools - max=25.4 - wheel + - pytest run: - python - ${{ pin_compatible('max') }} From 79cbe6f43b23f2f60d3b5aca0c8a176ee1d64547 Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:26:00 -0400 Subject: [PATCH 13/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index 69681f1c..665334ce 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -44,11 +44,12 @@ requirements: tests: - python: imports: + - pytest - numpy - pathlib - - pytest - script: - pixi run test + - pytest about: homepage: https://github.com/bradLarson/max-cv From 0b7866726dfee0011aadb1b0ddc3681eea3cdfde Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:30:02 -0400 Subject: [PATCH 14/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index 665334ce..f4e31191 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -25,7 +25,6 @@ requirements: - setuptools - max=25.4 - wheel - - pytest run: - python - ${{ pin_compatible('max') }} @@ -41,15 +40,27 @@ requirements: # - python >=3.9,<3.13 # - pytest -tests: - - python: - imports: - - pytest - - numpy - - pathlib - - script: - - pixi run test +# tests: +# - python: +# imports: +# - pytest + +# - script: +# - pixi run test +# - pytest + +test: + imports: + - numpy + - pathlib + requires: + - pip + - python - pytest + commands: + - pytest ./tests + source_files: + - tests/ about: homepage: https://github.com/bradLarson/max-cv From 90b1174e925cbb210ba3e40f453bb7fa6794598c Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:32:34 -0400 Subject: [PATCH 15/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index f4e31191..45ec55bd 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -49,7 +49,7 @@ requirements: # - pixi run test # - pytest -test: +tests: imports: - numpy - pathlib From 2551c6c62120f50ca31e8b76b15af410131a792f Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:35:25 -0400 Subject: [PATCH 16/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index 45ec55bd..35d50138 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -50,17 +50,19 @@ requirements: # - pytest tests: - imports: - - numpy - - pathlib - requires: - - pip - - python - - pytest - commands: - - pytest ./tests - source_files: - - tests/ + - python + imports: + - numpy + - pathlib + - pytest + requires: + - pip + - python + - pytest + commands: + - pytest ./tests + source_files: + - tests/ about: homepage: https://github.com/bradLarson/max-cv From 7cdf8b384ef0d33b728c3eb50c5316623d1814b4 Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:38:43 -0400 Subject: [PATCH 17/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 48 +++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index 35d50138..647b4c7a 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -29,16 +29,16 @@ requirements: - python - ${{ pin_compatible('max') }} -# tests: -# - script: -# - if: unix -# then: -# - pixi run test -# requirements: -# run: -# - max =25.4 -# - python >=3.9,<3.13 -# - pytest +tests: + - script: + - if: unix + then: + - pixi run test + requirements: + run: + - pytest + - max =25.4 + - python >=3.9,<3.13 # tests: # - python: @@ -49,20 +49,20 @@ requirements: # - pixi run test # - pytest -tests: - - python - imports: - - numpy - - pathlib - - pytest - requires: - - pip - - python - - pytest - commands: - - pytest ./tests - source_files: - - tests/ +# tests: + # - python + # imports: + # - numpy + # - pathlib + # - pytest + # requires: + # - pip + # - python + # - pytest + # commands: + # - pytest ./tests + # source_files: + # - tests/ about: homepage: https://github.com/bradLarson/max-cv From 1548de2ccca0942753c627a199d0608e6956cadc Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:45:37 -0400 Subject: [PATCH 18/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 38 ++++++++++++++++++++++++++++---------- 1 file changed, 28 insertions(+), 10 deletions(-) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index 647b4c7a..e762138b 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -29,17 +29,35 @@ requirements: - python - ${{ pin_compatible('max') }} -tests: - - script: - - if: unix - then: - - pixi run test - requirements: - run: - - pytest - - max =25.4 - - python >=3.9,<3.13 +# tests: +# - script: +# - if: unix +# then: +# - pixi run test +# requirements: +# run: +# - pytest +# - max =25.4 +# - python >=3.9,<3.13 +# tests: +# - python: +# # The Python test type will simply import packages as a sanity check. +# imports: +# - rattler +# - rattler.version.Version +# pip_check: true +# # You can select different Python versions to test against. + python_version: ["${{ python_min ~ '.*' }}", "3.12.*"] + + - script: + - pytest ./tests + requirements: + run: + - pytest + files: + source: + - tests/ # tests: # - python: # imports: From 4991693cbd52fd7b2f7a24cb6bb328d15df0c86d Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:47:04 -0400 Subject: [PATCH 19/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index e762138b..5fbd2659 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -50,6 +50,7 @@ requirements: # # You can select different Python versions to test against. python_version: ["${{ python_min ~ '.*' }}", "3.12.*"] +tests: - script: - pytest ./tests requirements: From 8b095669345620fe92785b9a6e99b4e9c4d3f77b Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:50:50 -0400 Subject: [PATCH 20/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index 5fbd2659..8972d8ef 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -51,12 +51,12 @@ requirements: python_version: ["${{ python_min ~ '.*' }}", "3.12.*"] tests: - - script: + - script: - pytest ./tests - requirements: + requirements: run: - pytest - files: + files: source: - tests/ # tests: From 3855762c852986216fe6679a0fc63bae2a3adc10 Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:57:09 -0400 Subject: [PATCH 21/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index 8972d8ef..db48fdbf 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -48,14 +48,13 @@ requirements: # - rattler.version.Version # pip_check: true # # You can select different Python versions to test against. - python_version: ["${{ python_min ~ '.*' }}", "3.12.*"] - + # python_version: ["${{ python_min ~ '.*' }}", "3.12.*"] tests: - script: - - pytest ./tests + - pytest ./tests requirements: run: - - pytest + - pytest files: source: - tests/ From ade6ec645b36f8a703159bdc3bfec0b06e7053ef Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 16:01:06 -0400 Subject: [PATCH 22/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 43 -------------------------------------- 1 file changed, 43 deletions(-) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index db48fdbf..c65488d2 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -29,26 +29,6 @@ requirements: - python - ${{ pin_compatible('max') }} -# tests: -# - script: -# - if: unix -# then: -# - pixi run test -# requirements: -# run: -# - pytest -# - max =25.4 -# - python >=3.9,<3.13 - -# tests: -# - python: -# # The Python test type will simply import packages as a sanity check. -# imports: -# - rattler -# - rattler.version.Version -# pip_check: true -# # You can select different Python versions to test against. - # python_version: ["${{ python_min ~ '.*' }}", "3.12.*"] tests: - script: - pytest ./tests @@ -58,29 +38,6 @@ tests: files: source: - tests/ -# tests: -# - python: -# imports: -# - pytest - -# - script: -# - pixi run test -# - pytest - -# tests: - # - python - # imports: - # - numpy - # - pathlib - # - pytest - # requires: - # - pip - # - python - # - pytest - # commands: - # - pytest ./tests - # source_files: - # - tests/ about: homepage: https://github.com/bradLarson/max-cv From d8a97e657c234df825f3905343946ec57aa8118e Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 16:03:25 -0400 Subject: [PATCH 23/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index c65488d2..ea0b74fd 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -25,6 +25,7 @@ requirements: - setuptools - max=25.4 - wheel + - PIL run: - python - ${{ pin_compatible('max') }} From 397893542c8f802963ff67c440224a93367f1eea Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 16:05:10 -0400 Subject: [PATCH 24/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index ea0b74fd..d6b4181b 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -25,7 +25,7 @@ requirements: - setuptools - max=25.4 - wheel - - PIL + - pillow run: - python - ${{ pin_compatible('max') }} From cca76184bb4035d1948a5939d8bfd6ef36ad6e96 Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 16:07:10 -0400 Subject: [PATCH 25/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index d6b4181b..e6beb5ea 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -25,7 +25,7 @@ requirements: - setuptools - max=25.4 - wheel - - pillow + - Pillow run: - python - ${{ pin_compatible('max') }} From 144092360eb86a804df1908c98c05889d38616a4 Mon Sep 17 00:00:00 2001 From: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com> Date: Thu, 24 Jul 2025 16:08:35 -0400 Subject: [PATCH 26/27] Update recipe.yaml --- recipes/max-cv/recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index e6beb5ea..874b3154 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -25,7 +25,6 @@ requirements: - setuptools - max=25.4 - wheel - - Pillow run: - python - ${{ pin_compatible('max') }} @@ -36,6 +35,7 @@ tests: requirements: run: - pytest + - pillow files: source: - tests/ From fe59203275ea29b2daa973a8ea53f75461a42969 Mon Sep 17 00:00:00 2001 From: Brad Larson Date: Tue, 5 Aug 2025 16:16:10 -0500 Subject: [PATCH 27/27] Update recipe.yaml for 25.5 release. --- recipes/max-cv/recipe.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/recipes/max-cv/recipe.yaml b/recipes/max-cv/recipe.yaml index 874b3154..54ae25ca 100644 --- a/recipes/max-cv/recipe.yaml +++ b/recipes/max-cv/recipe.yaml @@ -7,11 +7,7 @@ package: source: - git: https://github.com/BradLarson/max-cv.git - rev: 89c15b266a77ab9edae3646708f4615a6a39682a - -# build: -# number: 0 -# script: python -m pip install . + rev: 27e24a8ee7028a0b721760ed627ad6926acd8329 build: number: 0 @@ -23,7 +19,7 @@ requirements: - python - pip - setuptools - - max=25.4 + - max=25.5 - wheel run: - python