From 3dc7a28bff687706b78b3495caa52b58e81ba8d9 Mon Sep 17 00:00:00 2001 From: Joe Zuntz Date: Tue, 4 Nov 2025 15:58:14 +0000 Subject: [PATCH] Update requirement to python3.12 --- bin/environment-local.yml | 2 +- bin/environment-perlmutter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/environment-local.yml b/bin/environment-local.yml index b31117b0..71cb70f9 100644 --- a/bin/environment-local.yml +++ b/bin/environment-local.yml @@ -23,7 +23,7 @@ dependencies: - pandas=2.2.* - psutil=5.9.* - pyccl=3.2.* - - python=3.10.* + - python=3.12.* - scikit-learn=1.5.* - scipy=1.13.* - tables-io-full=1.0.* diff --git a/bin/environment-perlmutter.yml b/bin/environment-perlmutter.yml index 2263ebed..7c9e159b 100644 --- a/bin/environment-perlmutter.yml +++ b/bin/environment-perlmutter.yml @@ -23,7 +23,7 @@ dependencies: - pandas=2.2.* - psutil=5.9.* - pyccl=3.2.* - - python=3.10.* + - python=3.12.* - scikit-learn=1.5.* - scipy=1.13.* - tables-io-full=1.0.*