Skip to content

Commit 0125c8f

Browse files
committed
Add NumPy to optimal image dependencies
1 parent b28743a commit 0125c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Repository = "https://github.com/TI-Toolkit/tivars_lib_py"
2222
Documentation = "https://ti-toolkit.github.io/tivars_lib_py/"
2323

2424
[project.optional-dependencies]
25-
images = ["pillow"]
25+
images = ["pillow", "numpy"]
2626
arrays = ["numpy"]
2727

2828

0 commit comments

Comments
 (0)