From 9c1b75441480b913922bf98ccfbf16646ba28733 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 May 2024 18:12:10 +0000 Subject: [PATCH 1/6] CompatHelper: add new compat entry for ChainRules in [weakdeps] at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index e66aaa6d..cbecab45 100644 --- a/Project.toml +++ b/Project.toml @@ -32,6 +32,7 @@ ArrayInterfaceTrackerExt = "Tracker" [compat] Adapt = "4" +ChainRules = "1" LinearAlgebra = "1.10" SparseArrays = "1.10" SuiteSparse = "1.10" From f031f9523fe8231a257b2d606933e07e12c97f69 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 May 2024 18:12:12 +0000 Subject: [PATCH 2/6] CompatHelper: add new compat entry for BandedMatrices in [weakdeps] at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index e66aaa6d..aa9d01db 100644 --- a/Project.toml +++ b/Project.toml @@ -32,6 +32,7 @@ ArrayInterfaceTrackerExt = "Tracker" [compat] Adapt = "4" +BandedMatrices = "1" LinearAlgebra = "1.10" SparseArrays = "1.10" SuiteSparse = "1.10" From a15455a5fd9b5ac313f5494435e5e7d0a500745f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 May 2024 18:12:14 +0000 Subject: [PATCH 3/6] CompatHelper: add new compat entry for ReverseDiff in [weakdeps] at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index e66aaa6d..fe05eb5e 100644 --- a/Project.toml +++ b/Project.toml @@ -33,6 +33,7 @@ ArrayInterfaceTrackerExt = "Tracker" [compat] Adapt = "4" LinearAlgebra = "1.10" +ReverseDiff = "1" SparseArrays = "1.10" SuiteSparse = "1.10" julia = "1.10" From b697273cd7f973b40c2b8b087a9aec7f5997fe55 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 May 2024 18:12:17 +0000 Subject: [PATCH 4/6] CompatHelper: add new compat entry for CUDSS in [weakdeps] at version 0.2, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index e66aaa6d..94bd3ddd 100644 --- a/Project.toml +++ b/Project.toml @@ -32,6 +32,7 @@ ArrayInterfaceTrackerExt = "Tracker" [compat] Adapt = "4" +CUDSS = "0.2" LinearAlgebra = "1.10" SparseArrays = "1.10" SuiteSparse = "1.10" From b645d892ad266aa084fa96c1df66a8d6525ed78f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 May 2024 18:12:19 +0000 Subject: [PATCH 5/6] CompatHelper: add new compat entry for Tracker in [weakdeps] at version 0.2, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index e66aaa6d..f226bb08 100644 --- a/Project.toml +++ b/Project.toml @@ -35,6 +35,7 @@ Adapt = "4" LinearAlgebra = "1.10" SparseArrays = "1.10" SuiteSparse = "1.10" +Tracker = "0.2" julia = "1.10" [extras] From c8f61da2e020c29ebcde8ee0b33fcb2ef5cef326 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 May 2024 18:12:21 +0000 Subject: [PATCH 6/6] CompatHelper: add new compat entry for CUDA in [weakdeps] at version 5, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index e66aaa6d..30e4de54 100644 --- a/Project.toml +++ b/Project.toml @@ -32,6 +32,7 @@ ArrayInterfaceTrackerExt = "Tracker" [compat] Adapt = "4" +CUDA = "5" LinearAlgebra = "1.10" SparseArrays = "1.10" SuiteSparse = "1.10"