From 58a6e0f94c194c43e6c76606a7b37d4d9b83ffe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20D?= Date: Wed, 27 May 2026 08:58:52 +0200 Subject: [PATCH 1/2] Change pip to conda dependency Avoids error when installing from remote location. `conda create -f https://raw.github....` --- software/environment.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/software/environment.yml b/software/environment.yml index 63c6b3e..8938571 100644 --- a/software/environment.yml +++ b/software/environment.yml @@ -11,6 +11,7 @@ dependencies: - altair - vl-convert-python - jupyterlab + - jupyterlab_code_formatter - pytest - scalene - flit @@ -25,5 +26,3 @@ dependencies: - black - isort - pip - - pip: - - jupyterlab-code-formatter From 82bf47ff3e054e16dba55f3ba7ad2793338df000 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Thu, 28 May 2026 21:46:42 +0200 Subject: [PATCH 2/2] rm pip which was only there for jupyterlab_code_formatter --- software/environment.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/software/environment.yml b/software/environment.yml index 8938571..0ab1bbb 100644 --- a/software/environment.yml +++ b/software/environment.yml @@ -25,4 +25,3 @@ dependencies: - sphinx-autobuild - black - isort - - pip