Skip to content

Commit

Permalink
fix: Restricting TensorFlow to < 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
castelao committed Mar 18, 2024
1 parent e0345ec commit a2f563e
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 @@ -40,7 +40,7 @@ dependencies = [
"pytest>=5.2",
"scipy>=1.0.0",
"sphinx>=7.0",
"tensorflow>2.4",
"tensorflow>2.4,<2.16",
"xarray>=2023.0",
]

Expand Down

0 comments on commit a2f563e

Please sign in to comment.