Skip to content

Commit

Permalink
Update tensorflow-datasets requirement from <4.5,>=4.2 to >=4.2,<4.8
Browse files Browse the repository at this point in the history
Updates the requirements on [tensorflow-datasets](https://github.com/tensorflow/datasets) to permit the latest version.
- [Release notes](https://github.com/tensorflow/datasets/releases)
- [Changelog](https://github.com/tensorflow/datasets/blob/master/CHANGELOG.md)
- [Commits](tensorflow/datasets@v4.2.0...v4.7.0)

---
updated-dependencies:
- dependency-name: tensorflow-datasets
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2022
1 parent a99018a commit a714cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

keras_deps = [
'tensorflow>=2.10',
'tensorflow_datasets>=4.2,<4.5',
'tensorflow_datasets>=4.2,<4.8',
'tensorflow-privacy>=0.5,<0.8',
]
other_deps = [
Expand Down

0 comments on commit a714cad

Please sign in to comment.