From 8fc172cfd7b3e9bfbbd1f59ab49d5395c9ca9023 Mon Sep 17 00:00:00 2001 From: saxarona <5231167+saxarona@users.noreply.github.com> Date: Tue, 12 Sep 2023 02:08:57 +0200 Subject: [PATCH] Added compatibility requirements for UnicodePlots and BenchmarkTools --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index ae4fd86..f8a9635 100644 --- a/Project.toml +++ b/Project.toml @@ -17,10 +17,12 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228" [compat] +BenchmarkTools = "1.3" Distributions = "0.25" Documenter = "0.27" NamedTupleTools = "0.14" OrderedCollections = "1.6" StableRNGs = "1.0" StatsBase = "0.33" +UnicodePlots = "3.6" julia = "1.7"