Skip to content

Commit

Permalink
maint: update tensorflow version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaBreitman committed Apr 10, 2024
1 parent eb4cbab commit 90c675e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ python = ">=3.8,<3.12"
click = ">=8.0.1"
numpy = "^1.22.0"
scipy = "^1.10.1"
tensorflow = "^2.6.0"
tensorflow = ">=2.4.0, <= 2.14.0"
appdirs = "^1.4.4"
toml = "^0.10.2"
GitPython = "^3.1.31"
Expand Down

0 comments on commit 90c675e

Please sign in to comment.