Skip to content

Commit

Permalink
update dataset_iterator dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanollion committed Apr 29, 2024
1 parent 2576393 commit da2e314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,5 +24,5 @@
'Programming Language :: Python :: 3',
],
python_requires='>=3',
install_requires=['numpy', 'scipy', 'tensorflow>=2.7.1', 'edt>=2.0.2', 'scikit-fmm', 'numba', 'dataset_iterator>=0.4.0', 'elasticdeform>=0.4.7']
install_requires=['numpy', 'scipy', 'tensorflow>=2.7.1', 'edt>=2.0.2', 'scikit-fmm', 'numba', 'dataset_iterator>=0.4.2', 'elasticdeform>=0.4.7']
)

0 comments on commit da2e314

Please sign in to comment.