We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6eec0 commit 1e7cd5eCopy full SHA for 1e7cd5e
pyproject.toml
@@ -34,7 +34,7 @@ Pillow = ">=8.0.0"
34
py-cpuinfo = ">=5.0.0"
35
tqdm = "^4.62.3"
36
tensorflow = [
37
- {version = ">=2.7.0,<2.13", python = "<3.11"},
+ {version = ">=2.7.0,<2.13", python = "<3.14", markers = "sys_platform == 'linux'"},
38
{version = ">=2.13", python = ">=3.11"}
39
]
40
tensorflow-macos = { version = "^2.12.0", markers = "sys_platform == 'darwin'" }
0 commit comments