From 5bc15c756133fa23f7f540049e2c91e9c8a71ab4 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Tue, 23 Apr 2024 11:35:19 -0400 Subject: [PATCH] Use Python 3.12 Signed-off-by: Michael Jackson --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index c982fb54f9..933bead48b 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge - https://conda.anaconda.org/bluequartzsoftware dependencies: - - python==3.10 + - python==3.12 - numpy - matplotlib - pillow