From b66ee9a2b7c289f10fc5beccd582f9e3b4aa8a0c Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Mon, 11 Nov 2024 17:13:43 +1100 Subject: [PATCH] MAINT: upgrade to anaconda=2024.10 (#558) * MAINT: upgrade to anaconda=2024.10 * tmp: disable build cache * Revert "tmp: disable build cache" This reverts commit 3543206d52bf820e1fc89a883ef9abd730943ff5. --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 02f3286a..f453b6d5 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: - conda-forge dependencies: - python=3.12 - - anaconda=2024.06 + - anaconda=2024.10 - pip - pip: - jupyter-book==0.15.1