Skip to content

Commit

Permalink
Depend on a git snapshot of the connectomics package and add a missin…
Browse files Browse the repository at this point in the history
…g dep. on 'clu'.

PiperOrigin-RevId: 712806575
  • Loading branch information
mjanusz authored and copybara-github committed Jan 7, 2025
1 parent 54219e1 commit fdf2cc4
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 @@ -39,8 +39,9 @@
description='Flood-Filling Networks for volumetric instance segmentation',
long_description=open('README.md').read(),
install_requires=[
'connectomics',
'connectomics @ git+https://github.com/google-research/connectomics@main',
'edt>=2.3.0',
'clu',
'pandas',
'dataclasses-json>=0.5.6',
'scikit-image>=0.11.0',
Expand Down

0 comments on commit fdf2cc4

Please sign in to comment.