From 3de9f4678be52ce72a0275bb58a6d69f2f7afa2f Mon Sep 17 00:00:00 2001 From: Konstantin Stadler Date: Tue, 27 Feb 2024 15:24:13 +0100 Subject: [PATCH] put python 3.12 back in --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 1b0b7017..2b56957a 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,7 @@ channels: - defaults dependencies: # core - - python >= 3.9, < 3.12 + - python >= 3.9 - pandas >= 1.5 - pyarrow >= 11 - requests >= 2.18