1
0
mirror of https://github.com/osmarks/meme-search-engine.git synced 2025-04-08 03:36:39 +00:00

broaden python package versions (maybe works)

This commit is contained in:
osmarks 2025-03-26 11:50:00 +00:00
parent 435a9812dc
commit 14ede42b96

View File

@ -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