From f60df97f275a7e27644d0d8e9053738636623894 Mon Sep 17 00:00:00 2001 From: Kevin Cutler <39454982+kevinjohncutler@users.noreply.github.com> Date: Wed, 6 Jul 2022 22:36:10 -0700 Subject: [PATCH] Update dependencies. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 424d4f6..1af8751 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,8 @@ import setuptools from setuptools import setup -install_deps = ['numpy>=1.20.0', 'scipy', 'numba', - 'fastremap','scikit-image'] +install_deps = ['numpy>=1.22.0', 'scipy', 'numba', + 'fastremap','scikit-image','mahotas==1.4.12'] with open("README.md", "r") as fh: long_description = fh.read()