Skip to content

Commit 74303a9

Browse files
authored
Update pyproject.toml
1 parent 8397c14 commit 74303a9

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
@@ -37,7 +37,7 @@ tensorflow = [
3737
{version = ">=2.7.0,<2.17", python = "<4", markers = "sys_platform == 'linux'"},
3838
{version = "^2.7.0,<=2.10", python = ">=3.9", markers = "sys_platform == 'win32'" }
3939
]
40-
tensorflow-macos = { version = "^2.12.0", markers = "sys_platform == 'darwin'" }
40+
tensorflow-macos = { version = "^2.7.0,<=2.12", markers = "sys_platform == 'darwin'" }
4141
tensorflow-io-gcs-filesystem = { version = "0.27", markers = "sys_platform == 'win32' and python_version >= '3.9' and python_version < '3.11'" }
4242
pandas = "^1.3"
4343
tables = "^3.6"

0 commit comments

Comments
 (0)