Skip to content

Commit

Permalink
Unpin numpy, pin keras to latest release with numpy 2 compatiblity
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Aug 19, 2024
1 parent de4d498 commit cd09709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ dependencies = [
"fancylog>=0.0.7",
"natsort",
"numba",
"numpy<2",
"numpy",
"scikit-image",
"scikit-learn",
"keras>=3.0.0",
"keras>=3.5.0",
"torch>=2.1.0",
"tifffile",
"tqdm",
Expand Down

0 comments on commit cd09709

Please sign in to comment.