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.
1 parent 943270a commit 0c68496Copy full SHA for 0c68496
pyproject.toml
@@ -25,7 +25,7 @@ dependencies = [
25
"matplotlib>=3.7.1",
26
"ml-collections>=0.1.1",
27
"numpy>=1.24.1,<2.0.0",
28
- "pandas>=2.0.3",
+ "pandas[output-formatting]>=2.0.3",
29
"Pillow>=10.0.0",
30
"portpicker>=1.5.2",
31
"requests>=2.31.0",
requirements.txt
@@ -24,7 +24,7 @@ Levenshtein>=0.21.1
24
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
0 commit comments