From f01137b547a47a0a5409f90267d8b31f8ebd0d7e Mon Sep 17 00:00:00 2001 From: Pawel Tarasiuk Date: Wed, 14 Feb 2024 12:21:01 +0000 Subject: [PATCH] Add upper limit for CSV version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4a00ddc..2a7bdf6 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5" [compat] -CSV = "≥ 0.8" +CSV = "0.8 - 0.10" DocStringExtensions = "0.8" Graphs = "1.9" LabelledGraphs = "^0.4.4"