From a850a3793e7f5508a44be739a75e4f49aafac679 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 22 May 2024 01:08:11 +0000 Subject: [PATCH] CompatHelper: bump compat for InfiniteArrays to 0.14, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e65a11e..6470c4d 100644 --- a/Project.toml +++ b/Project.toml @@ -8,7 +8,7 @@ InfiniteArrays = "4858937d-0d70-526a-a4dd-2d5cb5dd786c" Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2" [compat] -InfiniteArrays = "0.10.4, 0.11, 0.12, 0.13" +InfiniteArrays = "0.10.4, 0.11, 0.12, 0.13, 0.14" Optimisers = "0.3.1" julia = "1.6"