Skip to content

Commit

Permalink
Update dependency list.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 712508355
  • Loading branch information
mjanusz authored and copybara-github committed Jan 6, 2025
1 parent 3313caa commit 75b2314
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,19 @@
long_description=open('README.md').read(),
install_requires=[
'connectomics',
'edt',
'edt>=2.3.0',
'pandas',
'scikit-image',
'scipy',
'numpy',
'tensorflow<2',
'tensorstore',
'h5py',
'Pillow',
'absl-py',
'dataclasses-json>=0.5.6',
'scikit-image>=0.11.0',
'scipy>=0.15.1',
'numpy>=1.11.1',
'tensorflow>=1.4.0',
'tensorstore>=0.1.40',
'h5py>=2.7.0',
'Pillow>=5.3.0',
'Pillow-PIL',
'absl-py>=0.1.4',
'tf-slim>=1.1.0',
'jax>=0.2.25',
],
)

0 comments on commit 75b2314

Please sign in to comment.