From 8da1d70b1a3a20b2e75786f0fee8fd54560fe583 Mon Sep 17 00:00:00 2001 From: everyoneisgross Date: Sun, 19 Oct 2025 13:13:24 +1300 Subject: [PATCH] updated to use the correct python ver for the env --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 2eeadb6..a3ffa4c 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge - defaults dependencies: - - python=3.10 + - python=3.12.11 - pip - pip: - aiohttp==3.12.14