From e0f2bb6160f9478688601a0ffda7b35cb26439ca Mon Sep 17 00:00:00 2001 From: wr0ngc0degen Date: Tue, 13 Apr 2021 11:44:07 +0200 Subject: [PATCH] update conda dependencies to make compatible with tables package - restrict python version in conda's environment.yml to fixed installation issues due to current incompatibility of tables package with python 3.9 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 938b5b6b8..f58434c15 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: # - defaults dependencies: # 1/4 req main - - python>=3.7 + - python>=3.7,<3.9 - numpy - pandas - pip