From aa8cee25677f14d58996c6ee104e84ba6901c0e7 Mon Sep 17 00:00:00 2001 From: Jens Henrik Goebbert <j.goebbert@fz-juelich.de> Date: Tue, 4 Jul 2023 10:32:32 +0200 Subject: [PATCH] adding dask --- .../JupyterLab-2023.3.6-GCCcore-11.3.0.eb | 16 ++++++++++++---- ...xy-XpraHTML5-0.3.5-GCCcore-11.3.0-2023.3.6.eb | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Golden_Repo/j/JupyterLab/JupyterLab-2023.3.6-GCCcore-11.3.0.eb b/Golden_Repo/j/JupyterLab/JupyterLab-2023.3.6-GCCcore-11.3.0.eb index dd5ff7342..27ae4a8db 100644 --- a/Golden_Repo/j/JupyterLab/JupyterLab-2023.3.6-GCCcore-11.3.0.eb +++ b/Golden_Repo/j/JupyterLab/JupyterLab-2023.3.6-GCCcore-11.3.0.eb @@ -572,10 +572,18 @@ exts_list = [ 'checksums': ['6f8f8a9b06b39677f207c09100c8d386bcf592f0cbbdda9f0f50e81445697627'], }), # dask ########################################## - # Waiting for fix: https://github.com/dask/dask-labextension/issues/260 - # ('dask_labextension', '6.1.0', { - # 'checksums': ['397cf6f2106650954c3f3bf84fe269a4fb72fb6bf56e6089c75cc3bbf9ff12ae'], - # }), + ('dask_labextension', '6.1.0', { + 'checksums': ['397cf6f2106650954c3f3bf84fe269a4fb72fb6bf56e6089c75cc3bbf9ff12ae'], + 'preinstallopts': ( + # https://github.com/jupyterlab/jupyterlab/issues/14335#issuecomment-1611586421 + 'jlpm install && ' + 'jlpm upgrade --caret --scope jupyterlab && ' + # Minimize dependency versions + 'jlpm add -D yarn-deduplicate@^5.0.0 && ' + 'jlpm yarn-deduplicate -s fewer && ' + 'jlpm install && ' + ) + }), # nbdev ######################################### ('watchdog', '3.0.0', { 'checksums': ['4d98a320595da7a7c5a18fc48cb633c2e73cda78f93cac2ef42d42bf609a33f9'], diff --git a/Golden_Repo/j/JupyterProxy-XpraHTML5/JupyterProxy-XpraHTML5-0.3.5-GCCcore-11.3.0-2023.3.6.eb b/Golden_Repo/j/JupyterProxy-XpraHTML5/JupyterProxy-XpraHTML5-0.3.5-GCCcore-11.3.0-2023.3.6.eb index 93efbe387..d4f1a14ac 100644 --- a/Golden_Repo/j/JupyterProxy-XpraHTML5/JupyterProxy-XpraHTML5-0.3.5-GCCcore-11.3.0-2023.3.6.eb +++ b/Golden_Repo/j/JupyterProxy-XpraHTML5/JupyterProxy-XpraHTML5-0.3.5-GCCcore-11.3.0-2023.3.6.eb @@ -18,7 +18,7 @@ toolchainopts = {'pic': True} builddependencies = [ ('binutils', '2.38'), # check for existance - ('xpra', '4.4.5'), + ('xpra', '4.4.6'), ('jsc-xdg-menu', '2023.5'), ] -- GitLab