From 8b87c82d1651e8a2e868b2b67dcabfecb2fbaadd Mon Sep 17 00:00:00 2001 From: Michael Weinold <23102087+michaelweinold@users.noreply.github.com> Date: Thu, 17 Aug 2023 09:00:11 +0200 Subject: [PATCH] #17 moved jupyterlite-core to conda --- build-environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-environment.yml b/build-environment.yml index ba567be..909e083 100644 --- a/build-environment.yml +++ b/build-environment.yml @@ -4,7 +4,7 @@ channels: dependencies: - python=3.10 - jupyter_server=2.7.1 # https://github.com/jupyter-server/jupyter_server/releases + - jupyterlite-core==0.1.1 # https://github.com/jupyterlite/jupyterlite/releases - pip - pip: - - jupyterlite-core==0.1.1 # https://github.com/jupyterlite/jupyterlite/releases - jupyterlite-xeus-python==0.8.1 # https://github.com/jupyterlite/xeus-python-kernel/releases