From 66e6b8fc275c533269fb83ae4429a042404d8083 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Tue, 30 Jul 2024 08:46:59 +0200 Subject: [PATCH] Update Compat's compat --- DifferentiationInterface/Project.toml | 2 +- DifferentiationInterfaceTest/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DifferentiationInterface/Project.toml b/DifferentiationInterface/Project.toml index 17b69f4d2..b0bcbbe01 100644 --- a/DifferentiationInterface/Project.toml +++ b/DifferentiationInterface/Project.toml @@ -46,7 +46,7 @@ DifferentiationInterfaceZygoteExt = ["Zygote", "ForwardDiff"] [compat] ADTypes = "1.6.1" ChainRulesCore = "1.23.0" -Compat = "3,4" +Compat = "3.46,4.2" Diffractor = "=0.2.6" DocStringExtensions = "0.8,0.9" Enzyme = "0.11.20,0.12" diff --git a/DifferentiationInterfaceTest/Project.toml b/DifferentiationInterfaceTest/Project.toml index fd12fe684..3c5ff9277 100644 --- a/DifferentiationInterfaceTest/Project.toml +++ b/DifferentiationInterfaceTest/Project.toml @@ -35,7 +35,7 @@ DifferentiationInterfaceTestStaticArraysExt = "StaticArrays" [compat] ADTypes = "1.0.0" Chairmarks = "1.2.1" -Compat = "4" +Compat = "3.46,4.2" ComponentArrays = "0.15" DataFrames = "1.6.1" DifferentiationInterface = "0.5.6"