From 38f652662f45ed2ff29b6c6bf468a99d3846c707 Mon Sep 17 00:00:00 2001 From: ymlesni Date: Tue, 20 May 2025 21:39:14 +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 efaeb84..eae7d4d 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