Skip to content

Commit

Permalink
explicitly limit tensorflow probability
Browse files Browse the repository at this point in the history
  • Loading branch information
satra authored Apr 3, 2024
1 parent ffec61c commit 115ba3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ install_requires =
nibabel
numpy
scikit-image
tensorflow-probability ~= 0.22
tensorflow-probability < 0.24
tensorflow >=2.13, < 2.16
tensorflow-addons ~= 0.21
tensorflow-addons ~= 0.23.0
psutil
zip_safe = False
packages = find:
Expand Down

0 comments on commit 115ba3e

Please sign in to comment.