From 1e053ba8d41fec91c1d1e3496c88652ff3ca68ee Mon Sep 17 00:00:00 2001 From: Arame Thiam <60295234+Arame93@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:49:48 +0000 Subject: [PATCH] Update requirements.txt --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index c55000e..5c3a0ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -!pip install streamlit -!pip install pandas -!pip install joblib -!pip install scikit-learn +pip install streamlit +pip install pandas +pip install joblib +pip install scikit-learn streamlit==1.35.0 pandas joblib==1.4.2