From d02b8253607d1c6cc426c093db0f84255419a3a7 Mon Sep 17 00:00:00 2001 From: Jean-Luc Parouty <Jean-Luc.Parouty@simap.grenoble-inp.fr> Date: Wed, 17 Jan 2024 00:53:18 +0100 Subject: [PATCH] Update requirements_package (v2.5.1) --- docker/requirements_packages-old.txt | 34 +++++++++++++++++++++++++ docker/requirements_packages.txt | 38 +++++++++++++--------------- 2 files changed, 52 insertions(+), 20 deletions(-) create mode 100644 docker/requirements_packages-old.txt diff --git a/docker/requirements_packages-old.txt b/docker/requirements_packages-old.txt new file mode 100644 index 0000000..98399d3 --- /dev/null +++ b/docker/requirements_packages-old.txt @@ -0,0 +1,34 @@ +# ---------------------------------------------------- +# ______ _ _ _ __ __ +# | ____(_) | | | \ \ / / +# | |__ _ __| | | ___ \ \ / /__ _ ____ __ +# | __| | |/ _` | |/ _ \ \ \/ / _ \ '_ \ \ / / +# | | | | (_| | | __/ \ / __/ | | \ V / +# |_| |_|\__,_|_|\___| \/ \___|_| |_|\_/ +# Fidle pip virtual env +# ---------------------------------------------------- +# +# To install your Fidle env, see https://fidle.cnrs.fr/installation +# +# OLD version (Keras 2) - To be considered obsolete + +torch +torchvision +torch-geometric +torchtext +torchdata +portalocker +lightning +-f https://download.pytorch.org/whl/cpu +tensorflow_cpu>=2.7 +keras +numpy +pandas +jupyterlab +scikit-image +scikit-learn +matplotlib +plotly +barviz +opencv-python +fidle \ No newline at end of file diff --git a/docker/requirements_packages.txt b/docker/requirements_packages.txt index f4299c3..64bcfca 100644 --- a/docker/requirements_packages.txt +++ b/docker/requirements_packages.txt @@ -9,24 +9,22 @@ # ---------------------------------------------------- # # To install your Fidle env, see https://fidle.cnrs.fr/installation +# +# Keras 3 / PyTorch version (Python 3.9.2) -torch -torchvision -torch-geometric -torchtext -torchdata -portalocker -lightning --f https://download.pytorch.org/whl/cpu -tensorflow_cpu>=2.7 -keras -numpy -pandas -jupyterlab -scikit-image -scikit-learn -matplotlib -plotly -barviz -opencv-python -fidle + keras + torch + torchvision + torchaudio + tensorboard + Scikit-image + Scikit-learn + Matplotlib + plotly + barviz + numpy + Pandas + Pandoc + pyyaml + Jupyterlab + fidle \ No newline at end of file -- GitLab