From 2097e187cb64f62b579115878ef2a3ddd31ab00d Mon Sep 17 00:00:00 2001 From: Michael Weinold <23102087+michaelweinold@users.noreply.github.com> Date: Sun, 25 Aug 2024 09:15:57 +0200 Subject: [PATCH] removed jupyter_server version pin --- build-environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-environment.yml b/build-environment.yml index 40cd5af..1052c26 100644 --- a/build-environment.yml +++ b/build-environment.yml @@ -5,6 +5,6 @@ channels: dependencies: - python - pip - - jupyter_server=2.14.2 # https://anaconda.org/conda-forge/jupyter_server/files + - jupyter_server #=2.14.2 # https://anaconda.org/conda-forge/jupyter_server/files - jupyterlite-core >=0.3.0,<0.4.0 # https://anaconda.org/conda-forge/jupyterlite-core/files - jupyterlite-xeus>=0.1.2,<0.2 # https://anaconda.org/conda-forge/jupyterlite-xeus/files \ No newline at end of file