Skip to content

Commit 8397c14

Browse files
authored
Update pyproject.toml
1 parent 1e7cd5e commit 8397c14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Pillow = ">=8.0.0"
3434
py-cpuinfo = ">=5.0.0"
3535
tqdm = "^4.62.3"
3636
tensorflow = [
37-
{version = ">=2.7.0,<2.13", python = "<3.14", markers = "sys_platform == 'linux'"},
38-
{version = ">=2.13", python = ">=3.11"}
37+
{version = ">=2.7.0,<2.17", python = "<4", markers = "sys_platform == 'linux'"},
38+
{version = "^2.7.0,<=2.10", python = ">=3.9", markers = "sys_platform == 'win32'" }
3939
]
4040
tensorflow-macos = { version = "^2.12.0", markers = "sys_platform == 'darwin'" }
4141
tensorflow-io-gcs-filesystem = { version = "0.27", markers = "sys_platform == 'win32' and python_version >= '3.9' and python_version < '3.11'" }

0 commit comments

Comments
 (0)