Skip to content

Commit 0aa8a8f

Browse files
authored
Update pyproject.toml
1 parent e6eed99 commit 0aa8a8f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ Pillow = ">=8.0.0"
3434
py-cpuinfo = ">=5.0.0"
3535
tqdm = "^4.62.3"
3636
tensorflow = [
37-
{ version = "^2.7.0,<=2.12", markers = "sys_platform == 'linux'" },
38-
{ version = "^2.7.0,<=2.10", markers = "sys_platform == 'win32'" }
37+
{version = ">=2.7.0,<2.13", python = "<3.11"},
38+
{version = ">=2.13", python = ">=3.11"}
39+
]
3940
]
4041
tensorflow-macos = { version = "^2.7.0,<=2.12", markers = "sys_platform == 'darwin'" }
4142
tensorflow-io-gcs-filesystem = { version = "0.27", markers = "sys_platform == 'win32' and python_version >= '3.10' and python_version < '3.11'" }

0 commit comments

Comments
 (0)