Skip to content

Commit

Permalink
Merge pull request #32 from darynwhite/31-invalid-spec-for-the-pillow…
Browse files Browse the repository at this point in the history
…-heif-dependency

Update for proper preprocessing selectors and matchspec. Fixes #31
  • Loading branch information
darynwhite authored Sep 25, 2024
2 parents 67d9ac1 + 0e93815 commit 8a06be5
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 13 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
number: 1

requirements:
host:
Expand All @@ -26,7 +26,8 @@ requirements:
- Pillow >=9.1.0,<11.0.0
run_constrained:
- Wand >=0.6,<1.0
- pillow-heif >=0.10.0,<1.0.0<py312|>=0.13.0,<1.0.0>=py312
- pillow-heif >=0.10.0,<1.0.0 # py<312
- pillow-heif >=0.13.0,<1.0.0 # py>=312

test:
imports:
Expand Down

0 comments on commit 8a06be5

Please sign in to comment.