From dc6db9696a1beda76abd1212f09edc92f898b0bb Mon Sep 17 00:00:00 2001
From: Soraya Arias <soraya.arias@inria.fr>
Date: Mon, 22 Jan 2024 17:30:36 +0100
Subject: [PATCH] Delete unnecessary requirement files

---
 environments/fidle-cpu.txt | 24 ------------------------
 environments/fidle-gpu.txt | 24 ------------------------
 2 files changed, 48 deletions(-)
 delete mode 100644 environments/fidle-cpu.txt
 delete mode 100644 environments/fidle-gpu.txt

diff --git a/environments/fidle-cpu.txt b/environments/fidle-cpu.txt
deleted file mode 100644
index 6c7063d..0000000
--- a/environments/fidle-cpu.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-# ----------------------------------------------------
-#    ______ _     _ _       __      __             
-#   |  ____(_)   | | |      \ \    / /             
-#   | |__   _  __| | | ___   \ \  / /__ _ ____   __
-#   |  __| | |/ _` | |/ _ \   \ \/ / _ \ '_ \ \ / /
-#   | |    | | (_| | |  __/    \  /  __/ | | \ V / 
-#   |_|    |_|\__,_|_|\___|     \/ \___|_| |_|\_/  
-#                               Fidle pip virtual env
-# ----------------------------------------------------
-#
-# To install your Fidle env, see https://fidle.cnrs.fr/installation
-
-python>=3.8
-tensorflow>=2.7,<=2.9
-scikit-image
-scikit-learn
-matplotlib
-plotly
-barviz
-pandas
-pandoc
-pyyaml
-jupyterlab
-fidle
diff --git a/environments/fidle-gpu.txt b/environments/fidle-gpu.txt
deleted file mode 100644
index 045af11..0000000
--- a/environments/fidle-gpu.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-# ----------------------------------------------------
-#    ______ _     _ _       __      __             
-#   |  ____(_)   | | |      \ \    / /             
-#   | |__   _  __| | | ___   \ \  / /__ _ ____   __
-#   |  __| | |/ _` | |/ _ \   \ \/ / _ \ '_ \ \ / /
-#   | |    | | (_| | |  __/    \  /  __/ | | \ V / 
-#   |_|    |_|\__,_|_|\___|     \/ \___|_| |_|\_/  
-#                               Fidle pip virtual env
-# ----------------------------------------------------
-#
-# To install your Fidle env, see https://fidle.cnrs.fr/installation
-
-python>=3.8
-tensorflow-gpu>=2.7,<=2.9
-scikit-image
-scikit-learn
-matplotlib
-plotly
-barviz
-pandas
-pandoc
-pyyaml
-jupyterlab
-fidle
-- 
GitLab