Skip to content

Commit fcca322

Browse files
authored
Update pyproject.toml
1 parent 08f2264 commit fcca322

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
@@ -36,11 +36,12 @@ torch = ">=1.10,<3.0"
3636

3737
# OS-specific TensorFlow packages
3838
tensorflow = [
39-
{ version = ">=2.7.0,<2.17", markers = "sys_platform == 'linux'" },
39+
{ version = ">=2.7.0,<2.11", markers = "sys_platform == 'linux'" },
4040
{ version = "^2.5.0,<=2.10", markers = "sys_platform == 'win32'" }
4141
]
42+
4243
tensorflow-io-gcs-filesystem = { version = ">=0.27", markers = "sys_platform == 'win32'" }
43-
tensorflow-macos = { version = ">=2.7.0,<2.17", markers = "sys_platform == 'darwin'" }
44+
tensorflow-macos = { version = ">=2.7.0,<2.11", markers = "sys_platform == 'darwin'" }
4445

4546

4647
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)