Skip to content

Commit 0c68496

Browse files
RyanMullinsLIT team
authored andcommitted
Adding pandas optional deps for TFDS dataset compatibility
PiperOrigin-RevId: 687355649
1 parent 943270a commit 0c68496

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"matplotlib>=3.7.1",
2626
"ml-collections>=0.1.1",
2727
"numpy>=1.24.1,<2.0.0",
28-
"pandas>=2.0.3",
28+
"pandas[output-formatting]>=2.0.3",
2929
"Pillow>=10.0.0",
3030
"portpicker>=1.5.2",
3131
"requests>=2.31.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Levenshtein>=0.21.1
2424
matplotlib>=3.6.0,<3.9.0
2525
ml-collections>=0.1.1
2626
numpy>=1.24.1,<2.0.0
27-
pandas>=2.0.3
27+
pandas[output-formatting]>=2.0.3
2828
Pillow>=10.0.0
2929
portpicker>=1.5.2
3030
requests>=2.31.0

0 commit comments

Comments
 (0)