Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
satra authored Apr 3, 2024
1 parent 3f3271f commit ffec61c
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.22
tensorflow >=2.13, < 2.16
tensorflow-addons ~= 0.21
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 ffec61c

Please sign in to comment.