Skip to content

Commit

Permalink
try to resolve tensorflow-io-gcs-filesystem issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmpercussion committed Aug 8, 2024
1 parent 7f0d7fe commit 8a292f6
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
37 changes: 36 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ numpy = "^1.26.4"
tensorflow-probability = "0.24.0"
tensorflow = "~2.16.1"
tf-keras = "^2.16.0"
tensorflow-io-gcs-filesystem = [
{platform="darwin", version = "^0.37.1"},
{platform="linux", version = "^0.37.1"},
{platform = "win32", version = "0.31.0"},
]

[tool.poetry.group.dev.dependencies]
pytest = "^8.1.1"
Expand Down

0 comments on commit 8a292f6

Please sign in to comment.