From 53fef3a7e91a5946ad649b3b46ed3f6159c5521b Mon Sep 17 00:00:00 2001 From: liunux4odoo Date: Thu, 10 Aug 2023 07:50:24 +0800 Subject: [PATCH] add streamlit-aggrid to requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a46259d..44e4230 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,9 +21,10 @@ streamlit>=1.25.0 streamlit-option-menu streamlit-antd-components streamlit-chatbox>=1.1.6 +streamlit-aggrid httpx faiss-cpu pymilvus==2.1.3 # requires milvus==2.1.3 -SQLAlchemy==2.0.19 \ No newline at end of file +SQLAlchemy==2.0.19