From c3910c0987f2243d51261092876c7308212e6817 Mon Sep 17 00:00:00 2001 From: Tushar Gupta Date: Thu, 4 Jun 2026 01:39:11 +0530 Subject: [PATCH] chore: loosen pillow requirements --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 55338790..ca7c0d08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ glfw>=2.5.9 numpy -Pillow==10.4.0 +Pillow>=10.4.0 vispy==0.10.0 PyOpenGL-accelerate==3.1.10 PyOpenGL==3.1.10