From cd1a05a4b77005aafd58574282c6c08f500ab5cd Mon Sep 17 00:00:00 2001 From: Tomas Stolker Date: Sat, 27 Mar 2021 09:02:50 +0100 Subject: [PATCH] Minor fix --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index a12108d9..df5ed8c8 100644 --- a/environment.yml +++ b/environment.yml @@ -2,8 +2,8 @@ name: notebooksenv channels: - conda-forge dependencies: - - python - - pip + - python=3.8 + - pip=21.0 - cython - pip: - -r file:requirements.txt