We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
epath-no-tf
epath
1 parent f007ff1 commit 1ef4c06Copy full SHA for 1ef4c06
setup.py
@@ -61,7 +61,7 @@
61
REQUIRED_PKGS = [
62
'absl-py',
63
'dill', # TODO(tfds): move to TESTS_REQUIRE.
64
- 'etils[epath-no-tf,epy]',
+ 'etils[epath]',
65
'numpy',
66
'promise',
67
'protobuf>=3.12.2',
tensorflow_datasets/core/utils/file_utils.py
@@ -47,10 +47,7 @@ def as_path(path: PathLike) -> Path:
47
48
Alternatively `tfds.core.Path` is an alias of `epath.Path`.
49
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]`.
+ Installation: `pip install etils[epath]`
54
55
"""
56
0 commit comments