From 94020b4e8678c13bc774a820e97ce9a889af3e83 Mon Sep 17 00:00:00 2001 From: Chubin Date: Tue, 11 Nov 2025 14:53:01 -0800 Subject: [PATCH] updated pretty tables to v3.1.0 and all tests pass --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 87c5a74f..03439e0d 100644 --- a/Project.toml +++ b/Project.toml @@ -23,6 +23,6 @@ Reexport = "1" Statistics = "1" Tables = "1" julia = "1.6" -PrettyTables = "2" +PrettyTables = "3" IteratorInterfaceExtensions = "1" TableTraits = "1"