From f4ef3c4972cec498162529b0b70130532393ae33 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 23 Oct 2024 04:40:01 -0700 Subject: [PATCH] Remove upper version limit for DI --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9dd2484..06f9ec4 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35" ADTypes = "1" ChainRulesCore = "1" ComponentArrays = "0.15.17" -DifferentiationInterface = "0.6.13 - 0.6.15" +DifferentiationInterface = "0.6.13" Distributions = "0.25" FiniteDiff = "2" ForwardDiff = "0.10"