From 8620f3e3d7e4119659fe82b9348c7352e1500748 Mon Sep 17 00:00:00 2001 From: Jean-Didier Date: Wed, 9 Aug 2023 19:03:54 +0200 Subject: [PATCH] fix bug 413 requirement --- grouping/requirements.txt | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/grouping/requirements.txt b/grouping/requirements.txt index f17d39a5..a9e486e8 100644 --- a/grouping/requirements.txt +++ b/grouping/requirements.txt @@ -1,12 +1,11 @@ -tensorflow==2.6.0 -keras==2.6.0 -scipy==1.7.2 +tensorflow +keras +scipy uvicorn -fastapi==0.73.0 -pydantic==1.9.0 +fastapi +pydantic stomp.py slugify -gym==0.17.3 -numpy>=1.19.2 -requests==2.26.0 -typing-extensions==3.10.0.0 \ No newline at end of file +gym +numpy +requests \ No newline at end of file -- GitLab