From a1a1a5188183b59e6f34f958b9aa63410670c7c9 Mon Sep 17 00:00:00 2001 From: cpanel10x Date: Thu, 18 Apr 2024 14:01:12 +0700 Subject: [PATCH] Update requirements.txt Fix error streamlit 1.32.0 depends on packaging<24 git-changelog 2.5.2 depends on packaging>=24.0 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 53495bf..a1ad1ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ edge_tts~=6.1.10 uvicorn~=0.27.1 fastapi~=0.110.0 tomli~=2.0.1 -streamlit~=1.32.0 +streamlit~=1.33.0 loguru~=0.7.2 aiohttp~=3.9.3 urllib3~=2.2.1 @@ -23,4 +23,4 @@ opencv-python # for azure speech # https://techcommunity.microsoft.com/t5/ai-azure-ai-services-blog/9-more-realistic-ai-voices-for-conversations-now-generally/ba-p/4099471 azure-cognitiveservices-speech~=1.37.0 -git-changelog~=2.5.2 \ No newline at end of file +git-changelog~=2.5.2