Skip to content

Commit 45b20fb

Browse files
authored
Update pyproject.toml
1 parent 38ce7d3 commit 45b20fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ torch = ">=1.10,<3.0"
3636

3737
# OS-specific TensorFlow packages
3838
tensorflow = [
39-
{ version = ">=2.7.0,<2.11", markers = "sys_platform == 'linux'" },
39+
{ version = ">=2.7.0,<2.12", markers = "sys_platform == 'linux'" },
4040
{ version = "^2.5.0,<=2.10", markers = "sys_platform == 'win32'" }
4141
]
4242

4343
tensorflow-io-gcs-filesystem = { version = ">=0.27", markers = "sys_platform == 'win32'" }
44-
tensorflow-macos = { version = ">=2.7.0,<2.11", markers = "sys_platform == 'darwin'" }
44+
tensorflow-macos = { version = ">=2.7.0,<2.12", markers = "sys_platform == 'darwin'" }
4545

4646

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

0 commit comments

Comments
 (0)