Skip to content

Commit 114c55a

Browse files
committed
Install specific tensorflow-io-gcs-filesystem for windows
1 parent d70b7e8 commit 114c55a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ tensorflow = [
3838
{ version = "^2.7.0,<=2.10", markers = "sys_platform == 'win32'" }
3939
]
4040
tensorflow-macos = { version = "^2.7.0,<=2.12", markers = "sys_platform == 'darwin'" }
41+
tensorflow-io-gcs-filesystem = { version = "0.27", markers = "sys_platform == 'win32' and python_version >= '3.10' and python_version < '3.11'" }
4142
pandas = "^1.3"
4243
tables = "^3.6"
4344
opencv-python-headless = "^4.5"

0 commit comments

Comments
 (0)