[object Object]

← back to Exo

add pillow as testing dependency

b44b917151b12f4a087d2ad1b8cb1df3f88271b0 · 2024-07-27 20:23:03 -0700 · Alex Cheema

Files touched

Diff

commit b44b917151b12f4a087d2ad1b8cb1df3f88271b0
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Sat Jul 27 20:23:03 2024 -0700

    add pillow as testing dependency
---
 setup.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/setup.py b/setup.py
index 146f0ca1..79fef2e8 100644
--- a/setup.py
+++ b/setup.py
@@ -41,6 +41,9 @@ extras_require = {
         "pylint==3.2.6",
         "ruff==0.5.5",
         "mypy==1.11.0",
+    ],
+    "testing": [
+        "pillow==10.4.0"
     ]
 }
 

← 2aa1e24e remove unused torch import  ·  back to Exo  ·  stick to same convention as new llama 2fb961fc →