From 44e1ce9d135d465b967c2183bef30b9e0bb0643e Mon Sep 17 00:00:00 2001 From: MariaHei Date: Tue, 13 Jun 2023 14:43:11 +0200 Subject: [PATCH] fixed more import versions --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8ce349be..f9d06b4c 100644 --- a/Project.toml +++ b/Project.toml @@ -22,13 +22,14 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9" [compat] -BenchmarkTools = "0.5 - 1.5" +BenchmarkTools = "1.0 - 1.5" CSV = "0.10" DataFrames = "0.21, 0.22" DataStructures = "0.18" Distributions = "0.23 - 0.25" Documenter = "0.25 - 0.27" DocumenterLaTeX = "0.2" +Embeddings = "0.4" GZip = "0.5" ProgressMeter = "1.3 - 1.7" PyCall = "1.91 - 1.95"