Skip to content
Snippets Groups Projects
Commit 4e1b1c1e authored by Cammille Carinan's avatar Cammille Carinan
Browse files

List complete required package

parent 67b84d7f
No related branches found
No related tags found
2 merge requests!110WIP: Add docs on how to use ToolBox with Jupyter notebooks on Maxwell,!106Refactor packaging
......@@ -21,8 +21,17 @@ setup(name='toolbox_scs',
packages=find_packages('src'),
package_data={},
install_requires=[
'xarray>=0.13.0', 'numpy', 'matplotlib',
'pandas', 'scipy', 'h5py', 'h5netcdf',
'extra_data', 'euxfel_bunch_pattern>=0.6',
'joblib',
'imageio',
'xarray>=0.13.0',
'h5py',
'h5netcdf',
'numpy',
'matplotlib',
'pandas',
'scipy',
'tqdm',
'extra_data',
'euxfel_bunch_pattern>=0.6',
],
)
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