Skip to content

Commit

Permalink
restricting tf to 2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Mar 19, 2024
1 parent 1171229 commit 5133273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install_requires =
numpy
scikit-image
tensorflow-probability ~= 0.22.0
tensorflow ~= 2.13
tensorflow ~= 2.13, <= 2.15.1
tensorflow-addons ~= 0.21.0
psutil
zip_safe = False
Expand Down

0 comments on commit 5133273

Please sign in to comment.