From 009d38d517b3851c21a3db8d783411dd2d782497 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Fri, 9 Oct 2020 15:13:53 -0700 Subject: [PATCH] env: Lock to Python 3.8 Python 3.9 has been released but a lot of packages have not yet moved forward. Signed-off-by: Tim 'mithro' Ansell --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 18e9369..e46f745 100644 --- a/environment.yml +++ b/environment.yml @@ -19,7 +19,7 @@ channels: - conda-forge - defaults dependencies: -- python +- python=3.8 - pip - yosys - netlistsvg