From df863ae27ce28f2732471bd895855f4fd361724e Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 27 Feb 2023 11:49:07 -0600 Subject: [PATCH] bump to python=3.10 to fix linux static build --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index fb441df..9093713 100644 --- a/environment.yml +++ b/environment.yml @@ -3,4 +3,4 @@ channels: - conda-forge - defaults dependencies: - - python=3.9 \ No newline at end of file + - python=3.10