From 0a3330402614686b3874191888706ed077184e88 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 14 Apr 2026 01:48:10 +0000 Subject: [PATCH] CompatHelper: bump compat for ActionModels to 0.7, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 53ea30e..4f00fdb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ActiveInference" uuid = "688b0e7a-0122-4325-8669-5ff08899a59e" -authors = ["Jonathan Ehrenreich Laursen", "Samuel William Nehrer"] version = "0.1.2" +authors = ["Jonathan Ehrenreich Laursen", "Samuel William Nehrer"] [deps] ActionModels = "320cf53b-cc3b-4b34-9a10-0ecb113566a3" @@ -13,7 +13,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" [compat] -ActionModels = "0.6" +ActionModels = "0.6, 0.7" Distributions = "0.25" IterTools = "1.10" LinearAlgebra = "1"