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

Merge branch 'parallelism' of...

Merge branch 'parallelism' of git.ecdf.ed.ac.uk:swain-lab/python-pipeline/pipeline-core into parallelism
parents 82768b9a 441148a5
No related branches found
No related tags found
No related merge requests found
from setuptools import setup
setup(
name="pipeline-core",
version="0.1.1-dev",
packages=["core"],
url="",
license="",
author="Diane Adjavon",
author_email="diane.adjavon@ed.ac.uk",
description="Core utilities for microscopy pipeline",
python_requires=">=3.6",
name='pipeline-core',
version='0.1.1-dev',
packages=['core'],
url='',
license='',
author='Diane Adjavon',
author_email='diane.adjavon@ed.ac.uk',
description='Core utilities for microscopy pipeline',
python_requires='>=3.7',
include_package_data=True,
install_requires=[
"pandas",
"baby@git+https://git.ecdf.ed.ac.uk/jpietsch/baby@dev",
"tensorflow >=1.14" "scikit-image>=0.17.2",
"numpy",
"tqdm",
"opencv-python",
"requests_toolbelt",
"h5py",
"imageio==2.8.0",
"omero-py>=5.6.2",
"zeroc-ice==3.6.5",
"logfile_parser@git+https://git.ecdf.ed.ac.uk/jpietsch/logfile_parser@master",
"dask[array]",
"pathos",
],
'numpy',
'dask',
'pathos',
'tqdm',
'pandas',
'scikit-image>=0.16.2',
'opencv-python',
'requests_toolbelt',
'h5py==2.10',
'tables',
'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.git@training',
'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