From b8fd9414f6576bd844f61756f26658480ed3d6f8 Mon Sep 17 00:00:00 2001 From: Ritheesh Baradwaj Date: Mon, 15 Jul 2024 11:07:44 +0900 Subject: [PATCH 1/2] Update requirements.txt Signed-off-by: Ritheesh Baradwaj --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5bc197d..a55861f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ importlib_resources==5.10.2 ### DO NOT UPDATE THE VERSION ### -numpy==1.24.3 # NOTE: Upgrading to 1.25.* might cause problems +numpy==1.26.2 # NOTE: Upgrading to 1.25.* might cause problems opencv_python==4.8.* mtcnn==0.1.1 pydub==0.25.1 -setuptools==68.2.1 -torch==2.0.1 +setuptools==69.0.3 +torch==2.1.2 nussl==1.1.9 # CFLAGS="-I/opt/homebrew/include" LDFLAGS="-L/opt/homebrew/lib" pip install nussl==1.1.9 -tensorflow==2.13.0 +tensorflow==2.15.0 gdown==4.7.1 tqdm==4.66.1 @@ -30,11 +30,11 @@ psutil==5.9.* # testing matplotlib==3.8.* websockets==12.* -coverage==7.4.* +coverage==7.3.* pytest-cov==4.1.* # Django application -Django==4.2.* +Django==5.0 celery==5.3.* eventlet==0.33.* daphne==4.0.* From 2fa875835a7fe6904c72adeeb74e6842bcacde84 Mon Sep 17 00:00:00 2001 From: Ritheesh Baradwaj Date: Wed, 17 Jul 2024 00:45:24 +0900 Subject: [PATCH 2/2] Update requirements.txt Signed-off-by: Ritheesh Baradwaj --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index a55861f..546bb41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ importlib_resources==5.10.2 ### DO NOT UPDATE THE VERSION ### -numpy==1.26.2 # NOTE: Upgrading to 1.25.* might cause problems +numpy==1.24.3 # NOTE: Upgrading to 1.25.* might cause problems opencv_python==4.8.* mtcnn==0.1.1 pydub==0.25.1 -setuptools==69.0.3 -torch==2.1.2 +setuptools==68.2.1 +torch==2.0.1 nussl==1.1.9 # CFLAGS="-I/opt/homebrew/include" LDFLAGS="-L/opt/homebrew/lib" pip install nussl==1.1.9 -tensorflow==2.15.0 +tensorflow==2.13.0 gdown==4.7.1 tqdm==4.66.1