From fbec71fd655113ed1f117f01ad09aeb44671207a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 9 Apr 2022 01:38:46 +0000 Subject: [PATCH 1/3] CompatHelper: bump compat for Flux to 0.13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 26ba058..b9aff93 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ ChemistryFeaturization = "0.7" DataFrames = "0.21, 0.22, 1, 1.1" DiffEqSensitivity = "6" DifferentialEquations = "6, 7" -Flux = "0.11, 0.12" +Flux = "0.11, 0.12, 0.13" Graphs = "1.4" NNlib = "0.7, 0.8" SimpleWeightedGraphs = "1.2" From e430a2ce363583122654abe07719348764982d7e Mon Sep 17 00:00:00 2001 From: Anant Thazhemadam Date: Fri, 10 Jun 2022 20:59:21 +0530 Subject: [PATCH 2/3] version bump up to `0.2.4` Signed-off-by: Anant Thazhemadam --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b9aff93..97115fb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "AtomicGraphNets" uuid = "ccdf130a-3c88-4595-a023-a7e7f78b9dd5" authors = ["Rachel Kurchin "] -version = "0.2.3" +version = "0.2.4" [deps] AtomGraphs = "5a360db7-3336-4c46-b5a1-be4fe079ea55" From 527dcb20408bfc7f4cd5ae0d5b7dc2f18c7aedff Mon Sep 17 00:00:00 2001 From: Anant Thazhemadam Date: Fri, 10 Jun 2022 20:59:47 +0530 Subject: [PATCH 3/3] Project.toml: relax compat bounds on `AtomGraphs` to `0.1` Signed-off-by: Anant Thazhemadam --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 97115fb..3d2e593 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] -AtomGraphs = "0.1.1" +AtomGraphs = "0.1" CSV = "0.7, 0.8, 0.9, 0.10" ChemistryFeaturization = "0.7" DataFrames = "0.21, 0.22, 1, 1.1"