Skip to content
Snippets Groups Projects
Commit aa8cee25 authored by Jens Henrik Goebbert's avatar Jens Henrik Goebbert
Browse files

adding dask

parent df4ae8f2
No related branches found
No related tags found
No related merge requests found
...@@ -572,10 +572,18 @@ exts_list = [ ...@@ -572,10 +572,18 @@ exts_list = [
'checksums': ['6f8f8a9b06b39677f207c09100c8d386bcf592f0cbbdda9f0f50e81445697627'], 'checksums': ['6f8f8a9b06b39677f207c09100c8d386bcf592f0cbbdda9f0f50e81445697627'],
}), }),
# dask ########################################## # dask ##########################################
# Waiting for fix: https://github.com/dask/dask-labextension/issues/260 ('dask_labextension', '6.1.0', {
# ('dask_labextension', '6.1.0', { 'checksums': ['397cf6f2106650954c3f3bf84fe269a4fb72fb6bf56e6089c75cc3bbf9ff12ae'],
# '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 ######################################### # nbdev #########################################
('watchdog', '3.0.0', { ('watchdog', '3.0.0', {
'checksums': ['4d98a320595da7a7c5a18fc48cb633c2e73cda78f93cac2ef42d42bf609a33f9'], 'checksums': ['4d98a320595da7a7c5a18fc48cb633c2e73cda78f93cac2ef42d42bf609a33f9'],
......
...@@ -18,7 +18,7 @@ toolchainopts = {'pic': True} ...@@ -18,7 +18,7 @@ toolchainopts = {'pic': True}
builddependencies = [ builddependencies = [
('binutils', '2.38'), ('binutils', '2.38'),
# check for existance # check for existance
('xpra', '4.4.5'), ('xpra', '4.4.6'),
('jsc-xdg-menu', '2023.5'), ('jsc-xdg-menu', '2023.5'),
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment