From 8cb2fbe8998db2359ecdaced484e4cb854ac0798 Mon Sep 17 00:00:00 2001 From: SarahAlidoost Date: Thu, 1 Dec 2022 17:03:58 +0100 Subject: [PATCH 1/2] fix version syntax, use pypi instead of github --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 3bbd4a19..c7052244 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: - conda-forge dependencies: - pip - - python>=3.8, python<3.11 + - python<3.11,>=3.8 - jupyterlab # needed to run notebooks - pip: - - git+https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing.git@main # will be replaced by `pip install pystemmusscope` + - pystemmusscope From 9b94834627e4c97ef9a8696223254f4dbf4de55a Mon Sep 17 00:00:00 2001 From: SarahAlidoost Date: Fri, 9 Dec 2022 16:10:31 +0100 Subject: [PATCH 2/2] sort python version --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index c7052244..7f0a9d9b 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: - conda-forge dependencies: - pip - - python<3.11,>=3.8 + - python>=3.8,<3.11 - jupyterlab # needed to run notebooks - pip: - pystemmusscope