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 747fe4c commit 436bdcfCopy full SHA for 436bdcf
pyproject.toml
@@ -38,7 +38,7 @@ tensorflow = [
38
{version = ">=2.13", python = ">=3.11"}
39
]
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'" }
+tensorflow-io-gcs-filesystem = { version = "0.27", markers = "sys_platform == 'win32' and python_version >= '3.9' and python_version < '3.11'" }
42
pandas = "^1.3"
43
tables = "^3.6"
44
opencv-python-headless = "^4.5"
0 commit comments