Skip to content

Commit

Permalink
Bump tensorflow-io-gcs-filesystem from 0.34.0 to 0.37.1
Browse files Browse the repository at this point in the history
Bumps [tensorflow-io-gcs-filesystem](https://github.com/tensorflow/io) from 0.34.0 to 0.37.1.
- [Release notes](https://github.com/tensorflow/io/releases)
- [Changelog](https://github.com/tensorflow/io/blob/master/RELEASE.md)
- [Commits](tensorflow/io@v0.34.0...v0.37.1)

---
updated-dependencies:
- dependency-name: tensorflow-io-gcs-filesystem
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent b82426e commit 7651540
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 29 deletions.
53 changes: 25 additions & 28 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ h5py = { version = "^3.9.0", optional = true }
# TODO: Add py3.12 once TF release supports
tensorflow = { version = "^2.13.0", optional = true, python = "<3.12" }
tensorflow-macos = { version = "^2.13.0", platform = "darwin", optional = true, python = "<3.12" }
tensorflow-io-gcs-filesystem = { version = ">=0.23.1,<0.35", optional = true, python = "<3.12" }
tensorflow-io-gcs-filesystem = { version = ">=0.37.1,<0.38", optional = true, python = "<3.12" }

[tool.poetry.extras]
tensorflow = ["tensorflow", "tensorflow-macos"]
Expand Down

0 comments on commit 7651540

Please sign in to comment.