Skip to content

Commit

Permalink
Update for Omnipose.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjohncutler committed Aug 19, 2022
1 parent 898d38d commit 913ffba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 913ffba

Please sign in to comment.