Skip to content

Commit

Permalink
pin TF version so there is no memory overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsavel committed Mar 12, 2024
1 parent 823284e commit 3b0aa74
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 @@ -42,7 +42,7 @@ dynamic = ["version"]


[project.optional-dependencies]
neural_networks = ["tensorflow<2.16",
neural_networks = ["tensorflow<=2.15.0",
"keras"]

[project.urls]
Expand Down

0 comments on commit 3b0aa74

Please sign in to comment.