Skip to content

Commit 2086ed2

Browse files
authored
Fix installation (#1254)
Fixes #1253
1 parent c278d87 commit 2086ed2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,14 @@ def is_pure(self):
4949
author="Keras team",
5050
author_email="[email protected]",
5151
license="Apache License 2.0",
52-
install_requires=["packaging", "absl-py", "regex"],
52+
install_requires=["packaging", "absl-py", "regex", "tensorflow-datasets"],
5353
python_requires=">=3.7",
5454
extras_require={
5555
"tests": [
5656
"flake8",
5757
"isort",
5858
"black[jupyter]",
5959
"pytest",
60-
"tensorflow-datasets",
6160
"pycocotools",
6261
],
6362
"examples": ["tensorflow_datasets", "matplotlib"],

0 commit comments

Comments
 (0)