Skip to content

Commit

Permalink
Add optional dependency on pyvips-binary
Browse files Browse the repository at this point in the history
Allowing users to install pyvips with binary packages via:
pip install "pyvips[binary]"

See: https://pypi.org/project/pyvips-binary/.
  • Loading branch information
kleisauke committed Sep 23, 2024
1 parent 4e7582b commit d375529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [ push, pull_request ]
on: [push, pull_request]

jobs:
CI:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ exclude = [
]

[project.optional-dependencies]
binary = ["pyvips-binary"]
# All the following are used for our own testing
tox = ["tox"]
test = [
Expand Down

0 comments on commit d375529

Please sign in to comment.