Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjohncutler committed Jul 7, 2022
1 parent 7b4bd06 commit f60df97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit f60df97

Please sign in to comment.