Skip to content
Snippets Groups Projects

Improved BOZ flat field

Merged Loïc Le Guyader requested to merge boz_flat_field into master
Compare and Show latest version
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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',
Loading