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 f0c422e commit bef5081Copy full SHA for bef5081
pyproject.toml
@@ -39,7 +39,7 @@ tensorflow = [
39
{ version = ">=2.7.0,<2.17", markers = "sys_platform == 'linux'" },
40
{ version = "^2.5.0,<=2.10", markers = "sys_platform == 'win32'" }
41
]
42
-tensorflow-io-gcs-filesystem = { version = "0.27", markers = "sys_platform == 'win32' and python_version >= '3.9' and python_version < '4'" }
+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
45
0 commit comments