From b4625aeecdffcde7472c94c81f74a109bf8043f9 Mon Sep 17 00:00:00 2001 From: Enrico Guiraud Date: Fri, 7 Jul 2023 16:43:20 -0600 Subject: [PATCH] Set minimal Python version as 3.9 in environment.yml We want to be able to use 3.9's type annotations. --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 344d65e..7359750 100644 --- a/environment.yml +++ b/environment.yml @@ -2,6 +2,6 @@ name: root-agc channels: - conda-forge dependencies: - - python=3 + - python>=3.9 - root - distributed