We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4649e commit e0e900aCopy full SHA for e0e900a
1 file changed
pyproject.toml
@@ -51,7 +51,6 @@ tf = [
51
"tensorflow>=2.12.0,<2.13; platform_system == 'Linux' and python_version >= '3.11'",
52
"tensorflow-macos>=2.7.0,<2.12; platform_system == 'Darwin' and python_version < '3.11'",
53
"tensorflow-macos>=2.12.0,<2.13; platform_system == 'Darwin' and python_version >= '3.11'",
54
- "tensorflow-io-gcs-filesystem; platform_system != 'Darwin'",
55
# Tensorflow is not supported on Windows with Python >= 3.11
56
"tensorflow>=2.7,<=2.10; platform_system == 'Windows' and python_version < '3.11'",
57
"tensorflow-io-gcs-filesystem==0.27; platform_system == 'Windows' and python_version < '3.11'",
0 commit comments