From b4c3598ac980ba4e2599f445d6f58a96dfb0297f Mon Sep 17 00:00:00 2001 From: Michael Weinold <23102087+michaelweinold@users.noreply.github.com> Date: Tue, 31 Oct 2023 13:02:40 +0100 Subject: [PATCH] bumped build package versions --- build-environment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-environment.yml b/build-environment.yml index b057c7b..24502f4 100644 --- a/build-environment.yml +++ b/build-environment.yml @@ -3,6 +3,6 @@ channels: - conda-forge dependencies: - python=3.11 - - jupyter_server=2.7.1 # https://anaconda.org/conda-forge/jupyter_server/files - - jupyterlite-core=0.1.2 # https://anaconda.org/conda-forge/jupyterlite-core/files - - jupyterlite-xeus-python=0.9.4 # https://anaconda.org/conda-forge/jupyterlite-xeus-python/files \ No newline at end of file + - jupyter_server=2.9.1 # https://anaconda.org/conda-forge/jupyter_server/files + - jupyterlite-core=0.2.0 # https://anaconda.org/conda-forge/jupyterlite-core/files + - jupyterlite-xeus-python=0.9.6 # https://anaconda.org/conda-forge/jupyterlite-xeus-python/files \ No newline at end of file