From 3cbb360258966d6f240d9fae84e8a4db83334f2d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 9 Jan 2024 00:31:32 +0000 Subject: [PATCH] CompatHelper: bump compat for Adapt to 4, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 77f514046..227f1eeeb 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a" SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9" [compat] -Adapt = "3.4.0" +Adapt = "3.4.0, 4" ChainRulesCore = "1.15.3" ChainRulesTestUtils = "1.5" Compat = "3.46, 4.2" @@ -32,8 +32,8 @@ JuliaInterpreter = "0.8,0.9" LinearAlgebra = "1" Random = "1" RealDot = "0.1" -SparseInverseSubset = "0.1" SparseArrays = "1" +SparseInverseSubset = "0.1" StaticArrays = "1.2" Statistics = "1" StructArrays = "0.6.11"