From 6026e3debf78d86ccc017cfe318716b93d08f242 Mon Sep 17 00:00:00 2001 From: Mohab <37941642+mohab-sameh@users.noreply.github.com> Date: Fri, 29 Oct 2021 19:22:22 +0200 Subject: [PATCH] Update requirements.txt --- Implementation/app-files/requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Implementation/app-files/requirements.txt b/Implementation/app-files/requirements.txt index a3d1573..3ad56e9 100644 --- a/Implementation/app-files/requirements.txt +++ b/Implementation/app-files/requirements.txt @@ -1,12 +1,12 @@ streamlit numpy==1.18.5 -tensorflow -keras -scikit-learn -pandas -matplotlib +tensorflow==2.3.0 +keras==2.4.3 +scikit-learn==0.24.1 +pandas==1.2.4 +matplotlib==3.4.1 plotly_express streamlit-echarts -altair -paramiko +altair==4.1.0 +paramiko==2.7.2 s3fs==2021.6.1