From f9c3158e0819bf34cba154747d86fcf7c188886b Mon Sep 17 00:00:00 2001 From: ymlesni Date: Tue, 20 May 2025 21:22:25 +0200 Subject: [PATCH] Update environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index a1cfcf8..d816ff4 100644 --- a/environment.yml +++ b/environment.yml @@ -2,4 +2,4 @@ channels: - conda-forge - defaults dependencies: - - python >= 3.11 \ No newline at end of file + - python = 3.11 \ No newline at end of file