From 0c6849634fd9ab2f14913debd6a747e300788891 Mon Sep 17 00:00:00 2001 From: Ryan Mullins Date: Fri, 18 Oct 2024 10:48:09 -0700 Subject: [PATCH] Adding pandas optional deps for TFDS dataset compatibility PiperOrigin-RevId: 687355649 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6a3f5687..14116c3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "matplotlib>=3.7.1", "ml-collections>=0.1.1", "numpy>=1.24.1,<2.0.0", - "pandas>=2.0.3", + "pandas[output-formatting]>=2.0.3", "Pillow>=10.0.0", "portpicker>=1.5.2", "requests>=2.31.0", diff --git a/requirements.txt b/requirements.txt index 8bcd7847..6e740ce9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ Levenshtein>=0.21.1 matplotlib>=3.6.0,<3.9.0 ml-collections>=0.1.1 numpy>=1.24.1,<2.0.0 -pandas>=2.0.3 +pandas[output-formatting]>=2.0.3 Pillow>=10.0.0 portpicker>=1.5.2 requests>=2.31.0