From 14ede42b962f51dc6cbb45b383c9ba5777ba910a Mon Sep 17 00:00:00 2001 From: osmarks Date: Wed, 26 Mar 2025 11:50:00 +0000 Subject: [PATCH] broaden python package versions (maybe works) --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9d63fea..ff212c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -Pillow==10.0.1 -prometheus-client==0.17.1 -aiohttp==3.8.5 -aiohttp-cors==0.7.0 -faiss-cpu==1.7.4 -aiosqlite==0.19.0 -open-clip-torch==2.23.0 -msgpack==1.1.0 +Pillow>=10,<11 +prometheus-client>=0.17,<0.18 +aiohttp>=3.8,<4 +aiohttp-cors>=0.7.0,<0.8 +faiss-cpu>=1.7.4,<1.8 +aiosqlite>=0.19.0,<0.20 +open-clip-torch>=2.23.0,<2.24 +msgpack>=1,<2