From f3b6ae6908560ee5a42a6800faf87293ce08ce8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Le=20Guyader?= <loic.le.guyader@xfel.eu> Date: Thu, 12 May 2022 13:34:46 +0200 Subject: [PATCH] Update requierements package --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9310d8e..17022b8 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,8 @@ basic_analysis_reqs = ['numpy', 'scipy',] # and is readily available in Karabo advanced_analysis_reqs = [ 'pandas', 'imageio', 'xarray>=0.13.0', 'psutil', 'h5py', 'h5netcdf',] interactive_reqs = ['ipykernel', 'matplotlib', 'tqdm',] -maxwell_reqs = ['joblib', 'papermill', 'dask', - 'extra_data', 'euxfel_bunch_pattern>=0.6'] +maxwell_reqs = ['joblib', 'papermill', 'dask[diagnostics]', + 'extra_data', 'euxfel_bunch_pattern>=0.6', 'extra-geom', 'pyFAI'] docs_reqs = ['sphinx', 'nbsphinx'] setup(name='toolbox_scs', -- GitLab