From 913ffbae57cdc49026583a4eb58868c485275c4d Mon Sep 17 00:00:00 2001 From: Kevin Cutler <39454982+kevinjohncutler@users.noreply.github.com> Date: Fri, 19 Aug 2022 01:44:39 -0700 Subject: [PATCH] Update for Omnipose. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 019ba7e..24b8d37 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,8 @@ from setuptools import setup install_deps = ['numpy>=1.22.4', 'scipy', 'numba', - 'fastremap','scikit-image','mahotas==1.4.12'] + 'fastremap','scikit-image', + 'mahotas@git+https://github.com/luispedro/mahotas#egg=mahotas'] with open("README.md", "r") as fh: long_description = fh.read()