Skip to content

Commit d375529

Browse files
committed
Add optional dependency on pyvips-binary
Allowing users to install pyvips with binary packages via: pip install "pyvips[binary]" See: https://pypi.org/project/pyvips-binary/.
1 parent 4e7582b commit d375529

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CI
22

3-
on: [ push, pull_request ]
3+
on: [push, pull_request]
44

55
jobs:
66
CI:

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ exclude = [
7373
]
7474

7575
[project.optional-dependencies]
76+
binary = ["pyvips-binary"]
7677
# All the following are used for our own testing
7778
tox = ["tox"]
7879
test = [

0 commit comments

Comments
 (0)