From 7dbb7cac74c802dfe6e8444641d7a7bd5d1e0b16 Mon Sep 17 00:00:00 2001 From: sid-2672 Date: Mon, 13 Oct 2025 17:05:00 +0530 Subject: [PATCH] Adding a clearer requirements.txt for Linux Users. --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ae02259..cabc0aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ -pillow==10.2.0 -openai==1.14.2 \ No newline at end of file +openai>=1.0.0,<2.0.0 +Pillow>=10.0.0,<11.0.0 +tk # For info: Tkinter is included in most Python distributions. For Linux: install python3-tk system package.