From 0125c8ff5f0dd528003ffc9dc7583ddaea4f0269 Mon Sep 17 00:00:00 2001 From: KG Date: Tue, 12 Sep 2023 12:50:49 -0400 Subject: [PATCH] Add NumPy to optimal image dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be76b35..96a0359 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ Repository = "https://github.com/TI-Toolkit/tivars_lib_py" Documentation = "https://ti-toolkit.github.io/tivars_lib_py/" [project.optional-dependencies] -images = ["pillow"] +images = ["pillow", "numpy"] arrays = ["numpy"]