From fd634b0110f0ec1433ce32cdce5a1194eea0b753 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Sun, 23 Nov 2025 18:15:19 +0000 Subject: [PATCH] Add emblem5 dependencies to top-level requirements.txt --- requirements.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/requirements.txt b/requirements.txt index 0f137b9..0abc554 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,19 @@ pillow psycopg2-binary requests +# Emblem5 dependencies +tqdm +loguru +numpy +pandas +matplotlib +scikit-learn +scipy +seaborn +kornia +opencv-python +opencv-contrib-python + # RAG dependencies langchain>=0.1.0 langchain-community>=0.1.0