Skip to content

Commit e7fa61f

Browse files
committed
build: Add pillow optional dependency for testing
Signed-off-by: Brandon Groth <[email protected]>
1 parent f417260 commit e7fa61f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ dev = ["pre-commit>=3.0.4,<5.0"]
4545
fp8 = ["llmcompressor"]
4646
gptq = ["Cython", "gptqmodel>=1.7.3"]
4747
mx = ["microxcaling>=1.1"]
48-
vision = ["torchvision>=0.17"]
48+
test = ["pillow"]
49+
torchvision = ["torchvision>=0.17"]
4950
visualize = ["matplotlib", "graphviz", "pygraphviz"]
5051
flash-attn = ["flash-attn>=2.5.3,<3.0"]
5152
opt = ["fms-model-optimizer[fp8, gptq]"]

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ minversion = 4.4
66
description = run tests (unit, unitcov)
77
extras =
88
dev
9+
test
910
package = wheel
1011
wheel_build_env = pkg
1112
deps =

0 commit comments

Comments
 (0)