From 2367eb54d88a9b2980a6bfe1ce004ff3524d57bb Mon Sep 17 00:00:00 2001 From: Michael Weinold <23102087+michaelweinold@users.noreply.github.com> Date: Thu, 17 Aug 2023 09:04:41 +0200 Subject: [PATCH] #17 upgraded jupyterlite-xeus-python to 0.9.0 --- build-environment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-environment.yml b/build-environment.yml index 7202561..815312e 100644 --- a/build-environment.yml +++ b/build-environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge 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 - - jupyterlite-xeus-python==0.8.1 # https://github.com/jupyterlite/xeus-python-kernel/releases + - jupyter_server=2.7.1 # https://anaconda.org/conda-forge/jupyter_server/files + - jupyterlite-core==0.1.1 # https://anaconda.org/conda-forge/jupyterlite-core/files + - jupyterlite-xeus-python==0.9.0 # https://anaconda.org/conda-forge/jupyterlite-xeus-python/files