Skip to content

Commit

Permalink
3.11 v1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentadam87 committed Apr 20, 2024
1 parent 0ef525e commit 3dd68af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ 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.8.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.11'" },
{ version = ">=2.8.0,<2.12.0", markers = "python_version >= '3.11' and python_version < '3.12'" }
]
# tensorflow = ">=2.8.0,<2.9.0"

Expand Down

0 comments on commit 3dd68af

Please sign in to comment.