Skip to content
Snippets Groups Projects
Commit 238508ba authored by Alán Muñoz's avatar Alán Muñoz
Browse files

update setup

parent 15106c2c
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,8 @@ setup( ...@@ -13,6 +13,8 @@ setup(
include_package_data=True, include_package_data=True,
install_requires=[ install_requires=[
'numpy', 'numpy',
'dask',
'pathos',
'tqdm', 'tqdm',
'pandas', 'pandas',
'scikit-image>=0.16.2', 'scikit-image>=0.16.2',
...@@ -23,6 +25,7 @@ setup( ...@@ -23,6 +25,7 @@ setup(
'imageio==2.8.0', 'imageio==2.8.0',
'omero-py>=5.6.2', 'omero-py>=5.6.2',
'zeroc-ice==3.6.5', 'zeroc-ice==3.6.5',
'tensorflow>=1.14,<=2.3'
'baby@git+ssh://git@git.ecdf.ed.ac.uk/jpietsch/baby@dev', 'baby@git+ssh://git@git.ecdf.ed.ac.uk/jpietsch/baby@dev',
'logfile_parser@git+ssh://git@git.ecdf.ed.ac.uk/swain-lab/python-pipeline/logfile_parser.git', 'logfile_parser@git+ssh://git@git.ecdf.ed.ac.uk/swain-lab/python-pipeline/logfile_parser.git',
], ],
......
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