From 2f1def1b1f666f92b1897db08a597c864b3fe644 Mon Sep 17 00:00:00 2001 From: Alex Alegre <6503910+Saityi@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:26:45 -0600 Subject: [PATCH 1/3] Update Project.toml Add upper bound to [compat] per https://github.com/JuliaRegistries/General/pull/100885 --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 3a6703ad..d41d9050 100644 --- a/Project.toml +++ b/Project.toml @@ -25,11 +25,11 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -AlgebraicRewriting = "≥ 0.2.1" -Catlab = "≥ 0.15.5" +AlgebraicRewriting = "≥ 0.2.1, <=0.3.1" +Catlab = "≥ 0.15.5, <=0.16.7" Combinatorics = "1.0.2" CompTime = "0.1" -Graphs = "≥ 1.9.0" +Graphs = "1.9.0" GraphViz = "0.2" JSON = "0.21.0" LabelledArrays = "^1" From 75bac393e5b595d9400d6107d510573d0a4afa3b Mon Sep 17 00:00:00 2001 From: Alex Alegre <6503910+Saityi@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:30:19 -0600 Subject: [PATCH 2/3] Update Project.toml --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index d41d9050..6555e8f9 100644 --- a/Project.toml +++ b/Project.toml @@ -25,8 +25,8 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -AlgebraicRewriting = "≥ 0.2.1, <=0.3.1" -Catlab = "≥ 0.15.5, <=0.16.7" +AlgebraicRewriting = "≥ 0.2.1, <= 0.3.1" +Catlab = "≥ 0.15.5, <= 0.16.7" Combinatorics = "1.0.2" CompTime = "0.1" Graphs = "1.9.0" @@ -40,7 +40,7 @@ StaticArrays = "1.5.2" StatsBase = "^0.33, 0.34" StringManipulation = "0.3" Tables = "1.7.0" -julia = "≥ 1.9" +julia = "≥ 1.9, <= 1.10" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" From d2743b2042e19f5b9cbbcba8ecda36e1b6880247 Mon Sep 17 00:00:00 2001 From: Alex Alegre <6503910+Saityi@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:33:18 -0600 Subject: [PATCH 3/3] Update Project.toml --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 6555e8f9..2974b2f6 100644 --- a/Project.toml +++ b/Project.toml @@ -25,8 +25,8 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -AlgebraicRewriting = "≥ 0.2.1, <= 0.3.1" -Catlab = "≥ 0.15.5, <= 0.16.7" +AlgebraicRewriting = "0.2.1 - 0.3.1" +Catlab = "0.15.5 - 0.16.7" Combinatorics = "1.0.2" CompTime = "0.1" Graphs = "1.9.0" @@ -40,7 +40,7 @@ StaticArrays = "1.5.2" StatsBase = "^0.33, 0.34" StringManipulation = "0.3" Tables = "1.7.0" -julia = "≥ 1.9, <= 1.10" +julia = "1.9 - 1.10" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"