Skip to content

Commit

Permalink
Merge pull request #182 from zaneselvans/add-pillow
Browse files Browse the repository at this point in the history
Add direct dependency on pillow 10.*
  • Loading branch information
zaneselvans authored Sep 16, 2024
2 parents a86fc15 + e52b2e8 commit faeae16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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
number: 0
number: 1
entry_points:
- arelleCmdLine = arelle.CntlrCmdLine:main
- arelleGUI = arelle.CntlrWinMain:main
Expand All @@ -32,6 +32,7 @@ requirements:
- lxml >=4,<6
- numpy >=1,<3
- openpyxl ==3.*
- pillow ==10.*
- pyparsing ==3.*
- python-dateutil ==2.*
- regex
Expand Down

1 comment on commit faeae16

@conda-forge-webservices
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.