Skip to content

Commit 747fe4c

Browse files
authored
Update pyproject.toml
1 parent cdd1e1f commit 747fe4c

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
@@ -37,8 +37,8 @@ tensorflow = [
3737
{version = ">=2.7.0,<2.13", python = "<3.11"},
3838
{version = ">=2.13", python = ">=3.11"}
3939
]
40-
tensorflow-macos = { version = "^2.7.0,<=2.12", markers = "sys_platform == 'darwin'" }
41-
tensorflow-io-gcs-filesystem = { version = "0.27", markers = "sys_platform == 'win32' and python_version >= '3.10' and python_version < '3.11'" }
40+
tensorflow-macos = { version = "^2.7.0,<=2.17", markers = "sys_platform == 'darwin'" }
41+
tensorflow-io-gcs-filesystem = { version = "0.27", markers = "sys_platform == 'win32' and python_version >= '3.9' and python_version < '3.14'" }
4242
pandas = "^1.3"
4343
tables = "^3.6"
4444
opencv-python-headless = "^4.5"

0 commit comments

Comments
 (0)