Skip to content

Commit

Permalink
Adding pandas optional deps for TFDS dataset compatibility
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 687355649
  • Loading branch information
RyanMullins authored and LIT team committed Oct 18, 2024
1 parent 943270a commit 0c68496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c68496

Please sign in to comment.