From ffc2d7e674531e1d0698e45c65a8af466f8a6465 Mon Sep 17 00:00:00 2001 From: ymlesni Date: Tue, 20 May 2025 21:23:55 +0200 Subject: [PATCH] Update environment.yml --- environment.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/environment.yml b/environment.yml index d436ed4..efaeb84 100644 --- a/environment.yml +++ b/environment.yml @@ -1,7 +1,7 @@ channels: - - conda-forge - - defaults + - conda-forge + - defaults dependencies: - - python >=3.11 - - matplotlib - - numpy \ No newline at end of file + - python >=3.11 + - matplotlib + - numpy \ No newline at end of file