Skip to content

Commit

Permalink
Merge branch 'master' into fix/pgan
Browse files Browse the repository at this point in the history
  • Loading branch information
satra committed Apr 3, 2024
2 parents 7a954e3 + ab03eda commit 71c3f63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.0
tensorflow >=2.13, <= 2.15.1
tensorflow-addons ~= 0.21.0
tensorflow-probability < 0.24
tensorflow >=2.13, < 2.16
tensorflow-addons ~= 0.23.0
psutil
zip_safe = False
packages = find:
Expand All @@ -52,7 +52,7 @@ console_scripts =

[options.extras_require]
and-cuda =
tensorflow[and-cuda] >=2.13, <= 2.15.1
tensorflow[and-cuda] >=2.13, < 2.16
dev =
pre-commit
pytest
Expand Down

0 comments on commit 71c3f63

Please sign in to comment.