From b2e8a52de4d704a14e4d0303ea14d734e1d63560 Mon Sep 17 00:00:00 2001 From: "TCS portal test user (insilicolab@gmail.com)" Date: Tue, 20 May 2025 21:47:31 +0200 Subject: [PATCH] Removed unnecessary numpy from environment.yml and swapped usage of tabs with spaces --- environment.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/environment.yml b/environment.yml index d436ed4..2c3c9dd 100644 --- a/environment.yml +++ b/environment.yml @@ -1,7 +1,6 @@ channels: - - conda-forge - - defaults + - conda-forge + - defaults dependencies: - - python >=3.11 - - matplotlib - - numpy \ No newline at end of file + - python >=3.11 + - matplotlib \ No newline at end of file