From 2a7e5465dfe7bc525a0f816359c5e7d8827e3edf Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Thu, 22 Apr 2021 09:05:59 +0200 Subject: [PATCH] CI/DOC: temporary pin environment to python 3.8 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 0d03ad8e0a46a..2e0228a15272e 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: dependencies: # required - numpy>=1.17.3 - - python=3 + - python=3.8 - python-dateutil>=2.7.3 - pytz