From 238508ba58437695ba48bd17c859e5f124ae5537 Mon Sep 17 00:00:00 2001
From: Alan Munoz <alan.munoz@ed.ac.uk>
Date: Thu, 30 Sep 2021 10:42:26 +0100
Subject: [PATCH] update setup

---
 setup.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/setup.py b/setup.py
index 2fe7b6ca..3be2f287 100644
--- a/setup.py
+++ b/setup.py
@@ -13,6 +13,8 @@ setup(
     include_package_data=True,
     install_requires=[
         'numpy',
+        'dask',
+        'pathos',
         'tqdm',
         'pandas',
         'scikit-image>=0.16.2',
@@ -23,6 +25,7 @@ setup(
         'imageio==2.8.0',
         'omero-py>=5.6.2',
         'zeroc-ice==3.6.5',
+        'tensorflow>=1.14,<=2.3'
         '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',
         ],
-- 
GitLab