From 6687355c850761ab376ff4f62e60767a0f05a723 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 24 Feb 2025 00:26:50 +0000 Subject: [PATCH] CompatHelper: bump compat for CellularAutomata to 0.0.6 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index d372c202..02f51949 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -11,7 +11,7 @@ ReservoirComputing = "7c2d2b1e-3dd4-11ea-355a-8f6a8116e294" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] -CellularAutomata = "0.0.2" +CellularAutomata = "0.0.2, 0.0.6" DifferentialEquations = "7.15.0" Documenter = "1" OrdinaryDiffEq = "6"