From f2394dd70667470914e99a433516c96a36d0578b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Rodr=C3=ADguez=20Flores?= Date: Thu, 4 Jul 2024 15:44:45 +0100 Subject: [PATCH] Removed rq dependency --- resources/src/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/src/requirements.txt b/resources/src/requirements.txt index a60be4f..4b4ef20 100644 --- a/resources/src/requirements.txt +++ b/resources/src/requirements.txt @@ -8,9 +8,8 @@ pandas~=1.3.5 pylogrus~=0.4.0 pytz~=2023.4 Requests~=2.32.1 -scikit_learn~=1.4.1.post1 +scikit_learn~=1.5 tensorflow[and-cuda]~=2.15.0 ntplib~=0.4.0 -rq~=1.16.2 kazoo~=2.10.0 psycopg2-binary~=2.9.9 \ No newline at end of file