From bbf4973ea91036264f7cf75f1ae2d33883977dd7 Mon Sep 17 00:00:00 2001 From: pauladkisson Date: Wed, 8 Jan 2025 15:58:12 -0800 Subject: [PATCH] pinned python to 3.12 --- make_env.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_env.yml b/make_env.yml index 926a31e..5cc090d 100644 --- a/make_env.yml +++ b/make_env.yml @@ -3,7 +3,7 @@ channels: - conda-forge - defaults dependencies: -- python>=3.9 +- python==3.12 - pip - pip: - -e . # This calls the setup and therefore pyproject.toml dependencies