Skip to content

Commit 1e7cd5e

Browse files
authored
Update pyproject.toml
1 parent 4b6eec0 commit 1e7cd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ 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.11"},
37+
{version = ">=2.7.0,<2.13", python = "<3.14", markers = "sys_platform == 'linux'"},
3838
{version = ">=2.13", python = ">=3.11"}
3939
]
4040
tensorflow-macos = { version = "^2.12.0", markers = "sys_platform == 'darwin'" }

0 commit comments

Comments
 (0)