ci.eval.compare: instead of manually tabulating, use tabulate

This commit is contained in:
Philip Taron 2025-09-16 11:37:10 -07:00
commit e4101ea3a9
No known key found for this signature in database
2 changed files with 14 additions and 21 deletions

View file

@ -13,6 +13,7 @@ let
ps.numpy
ps.pandas
ps.scipy
ps.tabulate
]);
cmp-stats = stdenvNoCC.mkDerivation {