Skip to content

Commit

Permalink
3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentadam87 committed Apr 20, 2024
1 parent 7e403e0 commit 0ef525e
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 @@ -28,7 +28,7 @@ python = ">=3.8,<3.12"
tensorflow = [
{ version = ">=2.4.0,<2.7.0", markers = "python_version >= '3.8' and python_version < '3.9'" },
{ version = ">=2.5.0,<2.7.0", markers = "python_version >= '3.9' and python_version < '3.10'" },
{ version = ">=2.7.0,<2.12.0", markers = "python_version >= '3.10' and python_version < '3.12'" }
{ version = ">=2.7.0,<2.8.0", markers = "python_version >= '3.10' and python_version < '3.12'" }
]
# tensorflow = ">=2.8.0,<2.9.0"

Expand Down

0 comments on commit 0ef525e

Please sign in to comment.