Skip to content

Commit

Permalink
Update tensorflow-datasets requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [tensorflow-datasets](https:/tensorflow/datasets) to permit the latest version.
- [Release notes](https:/tensorflow/datasets/releases)
- [Changelog](https:/tensorflow/datasets/blob/master/CHANGELOG.md)
- [Commits](tensorflow/datasets@v3.1.0...v4.9.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 28, 2024
1 parent 5cac919 commit 442610b
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 @@ -40,7 +40,7 @@ def readme():
"pytest-mock==3.12.0",
"pytest-xdist==3.6.1",
"Pillow==10.3.0",
"tensorflow_datasets>=3.1.0,<4.9.0",
"tensorflow_datasets>=4.9.6,<4.10.0",
],
},
entry_points="""
Expand Down

0 comments on commit 442610b

Please sign in to comment.