Skip to content

Commit

Permalink
Merge pull request #318 from neuronets/fix/dependencies
Browse files Browse the repository at this point in the history
fix dependencies
  • Loading branch information
satra authored Apr 3, 2024
2 parents 3f3271f + 115ba3e commit ab03eda
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 ab03eda

Please sign in to comment.