Skip to content

Commit 1ef4c06

Browse files
ConchylicultorThe TensorFlow Datasets Authors
authored and
The TensorFlow Datasets Authors
committed
Migrate epath-no-tf -> epath
epath does not depend on TF anymore, so epath-no-tf is deprecated and will be removed PiperOrigin-RevId: 452256226
1 parent f007ff1 commit 1ef4c06

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
REQUIRED_PKGS = [
6262
'absl-py',
6363
'dill', # TODO(tfds): move to TESTS_REQUIRE.
64-
'etils[epath-no-tf,epy]',
64+
'etils[epath]',
6565
'numpy',
6666
'promise',
6767
'protobuf>=3.12.2',

tensorflow_datasets/core/utils/file_utils.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ def as_path(path: PathLike) -> Path:
4747
4848
Alternatively `tfds.core.Path` is an alias of `epath.Path`.
4949
50-
Installation: pip install etils[epath]
51-
`etils[epath]` will install the `tf.io.gfile` backend from
52-
tf-nightly. If you prefer another TF version, use
53-
`etils[epath-no-tf]`.
50+
Installation: `pip install etils[epath]`
5451
5552
"""
5653

0 commit comments

Comments
 (0)