diff --git a/benchmark/Project.toml b/benchmark/Project.toml index 58f82f89f..5af684784 100644 --- a/benchmark/Project.toml +++ b/benchmark/Project.toml @@ -19,8 +19,8 @@ ThreadPinning = "811555cd-349b-4f26-b7bc-1f208b848042" TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228" -[sources] -NetworkDynamics = {path = ".."} +[sources.NetworkDynamics] +path = ".." [compat] AbstractTrees = "0.4.5" @@ -33,7 +33,7 @@ Makie = "0.24" NetworkDynamics = "≥0.0.1" OrderedCollections = "1.7.0" PkgBenchmark = "0.2.12" -PrettyTables = "2.4.0" +PrettyTables = "2.4.0, 3" ProgressMeter = "1.10.2" SciMLBase = "≥0.0.1" StableRNGs = "1.0.2"