From 4e1b1c1e71d1a9a0489f5ece23923867503478eb Mon Sep 17 00:00:00 2001 From: Cammille Carinan <cammille.carinan@xfel.eu> Date: Fri, 14 May 2021 17:35:05 +0200 Subject: [PATCH] List complete required package --- setup.py | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 9076e91..776d3bd 100644 --- a/setup.py +++ b/setup.py @@ -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', ], ) -- GitLab