Skip to content

Commit d882b6b

Browse files
committed
tensorflow-io-gcs-filesystem - python=3.9
1 parent ad14faa commit d882b6b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tensorflow = [
4949
]
5050
tensorflow-macos = { version = "^2.7.0,<=2.12", optional = true, markers = "sys_platform == 'darwin'" }
5151
tensorflow-io-gcs-filesystem = [
52-
{ version = "==0.27", optional = true, platform = "win32", python = ">=3.10,<3.11" },
52+
{ version = "==0.27", optional = true, platform = "win32", python = ">=3.9,<3.11" },
5353
{ version = "*", optional = true, platform = "linux" },
5454
{ version = "*", optional = true, markers = "sys_platform == 'darwin'" }
5555
]

0 commit comments

Comments
 (0)