From 20fa3d696b179651ae3465efd9c8dcba09234fa3 Mon Sep 17 00:00:00 2001 From: Mackenzie Mathis Date: Sun, 28 Jul 2024 11:52:05 +0200 Subject: [PATCH] Update and rename amadesuGPT-cpu.yml to amadesuGPT.yml (#40) * Update and rename amadesuGPT-cpu.yml to amadesuGPT.yml * Delete conda/amadesuGPT-gpu.yml * Delete conda/amadesuGPT-minimal.yml * Update amadesuGPT.yml - amadeusgpt should be a dependency --- conda/amadesuGPT-gpu.yml | 10 ---------- conda/amadesuGPT-minimal.yml | 10 ---------- conda/{amadesuGPT-cpu.yml => amadesuGPT.yml} | 3 ++- 3 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 conda/amadesuGPT-gpu.yml delete mode 100644 conda/amadesuGPT-minimal.yml rename conda/{amadesuGPT-cpu.yml => amadesuGPT.yml} (83%) diff --git a/conda/amadesuGPT-gpu.yml b/conda/amadesuGPT-gpu.yml deleted file mode 100644 index df66949..0000000 --- a/conda/amadesuGPT-gpu.yml +++ /dev/null @@ -1,10 +0,0 @@ -# This environment can be used to install amadeusGPT -name: amadeusgpt-gpu -channels: - - defaults -dependencies: - - python==3.10 - - pytables==3.8.0 - - hdf5 - - pip - - jupyter diff --git a/conda/amadesuGPT-minimal.yml b/conda/amadesuGPT-minimal.yml deleted file mode 100644 index 2ae4415..0000000 --- a/conda/amadesuGPT-minimal.yml +++ /dev/null @@ -1,10 +0,0 @@ -# This environment can be used to install amadeusGPT -name: amadeusgpt-minimal -channels: - - defaults -dependencies: - - python==3.10 - - pytables==3.8.0 - - hdf5 - - pip - - jupyter diff --git a/conda/amadesuGPT-cpu.yml b/conda/amadesuGPT.yml similarity index 83% rename from conda/amadesuGPT-cpu.yml rename to conda/amadesuGPT.yml index 5e09019..d82a235 100644 --- a/conda/amadesuGPT-cpu.yml +++ b/conda/amadesuGPT.yml @@ -1,5 +1,5 @@ # This environment can be used to install amadeusGPT -name: amadeusgpt-cpu +name: amadeusgpt channels: - defaults dependencies: @@ -8,3 +8,4 @@ dependencies: - hdf5 - pip - jupyter + - amadeusGPT