From 55c4fe317cb1fbec19f43e50bf5d07b3252d8fe0 Mon Sep 17 00:00:00 2001 From: Pawel Tarasiuk Date: Wed, 14 Feb 2024 11:52:42 +0000 Subject: [PATCH 1/2] Fix outdated CSV compat requirement --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7a628e1..4a00ddc 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" DocStringExtensions = "0.8" Graphs = "1.9" LabelledGraphs = "^0.4.4" From f01137b547a47a0a5409f90267d8b31f8ebd0d7e Mon Sep 17 00:00:00 2001 From: Pawel Tarasiuk Date: Wed, 14 Feb 2024 12:21:01 +0000 Subject: [PATCH 2/2] 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"