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

Merge branch 'add-more-packages' into 'master'

Add more packages

Closes #50 and #54

See merge request !187
parents d5cc0627 89f39db6
No related branches found
No related tags found
1 merge request!187Add more packages
...@@ -11,6 +11,7 @@ unreleased ...@@ -11,6 +11,7 @@ unreleased
- fix :issue:`46` with a change in dask groupby mean behavior :mr:`174` - fix :issue:`46` with a change in dask groupby mean behavior :mr:`174`
- fix :issue:`47` SLURM script not using the correct kernel :mr:`176` - fix :issue:`47` SLURM script not using the correct kernel :mr:`176`
- fix :issue:`51` make sure that BAM units are in ps :mr:`183` - fix :issue:`51` make sure that BAM units are in ps :mr:`183`
- fix :issue:`50` and :issue:`54` relating to package dependencies
- **Improvements** - **Improvements**
......
...@@ -12,8 +12,9 @@ basic_analysis_reqs = ['numpy', 'scipy',] # and is readily available in Karabo ...@@ -12,8 +12,9 @@ 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', maxwell_reqs = ['joblib', 'papermill', 'dask[diagnostics]',
'extra_data', 'euxfel_bunch_pattern>=0.6'] 'extra_data', 'extra_geom', 'euxfel_bunch_pattern>=0.6',
'pyFAI',]
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