Skip to content
Snippets Groups Projects
Commit 5312b270 authored by Loïc Le Guyader's avatar Loïc Le Guyader
Browse files

Revert "Update requierements package"

This reverts commit f3b6ae69.
parent f3b6ae69
No related merge requests found
...@@ -12,8 +12,8 @@ basic_analysis_reqs = ['numpy', 'scipy',] # and is readily available in Karabo ...@@ -12,8 +12,8 @@ basic_analysis_reqs = ['numpy', 'scipy',] # and is readily available in Karabo
advanced_analysis_reqs = [ advanced_analysis_reqs = [
'pandas', 'imageio', 'xarray>=0.13.0', 'psutil', 'h5py', 'h5netcdf',] 'pandas', 'imageio', 'xarray>=0.13.0', 'psutil', 'h5py', 'h5netcdf',]
interactive_reqs = ['ipykernel', 'matplotlib', 'tqdm',] interactive_reqs = ['ipykernel', 'matplotlib', 'tqdm',]
maxwell_reqs = ['joblib', 'papermill', 'dask[diagnostics]', maxwell_reqs = ['joblib', 'papermill', 'dask',
'extra_data', 'euxfel_bunch_pattern>=0.6', 'extra-geom', 'pyFAI'] 'extra_data', 'euxfel_bunch_pattern>=0.6']
docs_reqs = ['sphinx', 'nbsphinx'] docs_reqs = ['sphinx', 'nbsphinx']
setup(name='toolbox_scs', setup(name='toolbox_scs',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment