From a33df3cc4cb6e75dd2b347945b9cee5354babd13 Mon Sep 17 00:00:00 2001 From: Max Grover Date: Thu, 12 Oct 2023 08:24:37 -0500 Subject: [PATCH] Pin Python < 3.12 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index f49b045..0b3ae52 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge - pyviz dependencies: - - python + - python<3.12 - numpy<1.24.0 - matplotlib - pandas