From b03b645decc4f3e0c7dfcf4a3e3155d648b64c09 Mon Sep 17 00:00:00 2001 From: Nicolas Barthes <nicolas.barthes@cnrs.fr> Date: Tue, 25 Jun 2024 15:33:27 +0200 Subject: [PATCH] requirements.txt updated to fix packages version issues --- requirements.txt | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4e94de3..e5f3766 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,20 +1,20 @@ -streamlit>=1.3.0 -st_pages>=0.4.5 -requests>=2.24.0 -Pillow>=8.4.0 -protobuf>=3.19.0 -watchdog>=2.1.8 -pinard>=1.0 -juliacall>=0.9.19 -plotly>=5.20.0 -pyodbc>=5.1.0 -matplotlib>=3.8.4 -seaborn>=0.13.2 -hyperopt>=0.2.7 -umap-learn>=0.5.5 -jcamp>=1.2.2 -mkdocs>=1.5.3 -mkdocs-material>=9.5.18 -mkdocstrings[python]>=0.24.3 -mpld3>=0.5.10 -statsmodels>=0.14.2 +streamlit==1.3.0 +st_pages==0.4.5 +requests==2.24.0 +Pillow==8.4.0 +protobuf==3.19.0 +watchdog==2.1.8 +pinard==1.0 +juliacall==0.9.19 +plotly==5.20.0 +pyodbc==5.1.0 +matplotlib==3.8.4 +seaborn==0.13.2 +hyperopt==0.2.7 +umap-learn==0.5.5 +jcamp==1.2.2 +mkdocs==1.5.3 +mkdocs-material==9.5.18 +mkdocstrings[python]==0.24.3 +mpld3==0.5.10 +statsmodels==0.14.2 -- GitLab