From b0b57c451c56ada9e5328dbb987735eaa604c8fe Mon Sep 17 00:00:00 2001 From: Daniel Toyama Date: Mon, 27 Jul 2026 13:22:38 -0700 Subject: [PATCH] Internal change. PiperOrigin-RevId: 954796309 --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 2769703..689b2f0 100644 --- a/README.md +++ b/README.md @@ -160,13 +160,6 @@ pip install envlogger > sudo apt-get install libgmpxx4ldbl > ``` -If you want to use the TFDS backend, you need to install the package with -extra dependencies: - -``` -pip install envlogger[tfds] -``` - ##### Compiling from source For this option you will need to [install Bazel](https://docs.bazel.build/versions/main/install.html) and [GMP](https://gmplib.org/) (`libgmp-dev` on Debian-based systems).