Skip to content

Commit 4acd7da

Browse files
Fix downgrade CI
1 parent 8c1f9a5 commit 4acd7da

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ CUDA = "5.5"
7676
CommonSolve = "0.2.4"
7777
ConcreteStructs = "0.2.3"
7878
DiffEqBase = "6.158.3"
79-
DifferentiationInterface = "0.6.27, 0.7"
79+
DifferentiationInterface = "0.7"
8080
Enzyme = "0.13.11"
8181
ExplicitImports = "1.5"
8282
FastClosures = "0.3.2"

lib/NonlinearSolveBase/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ CommonSolve = "0.2.4"
5454
Compat = "4.15"
5555
ConcreteStructs = "0.2.3"
5656
DiffEqBase = "6.158.3"
57-
DifferentiationInterface = "0.6.27, 0.7"
57+
DifferentiationInterface = "0.7"
5858
EnzymeCore = "0.8"
5959
ExplicitImports = "1.10.1"
6060
FastClosures = "0.3"

lib/SciMLJacobianOperators/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Aqua = "0.8.7"
2020
ArrayInterface = "7.16"
2121
ConcreteStructs = "0.2.3"
2222
ConstructionBase = "1.5"
23-
DifferentiationInterface = "0.6.27, 0.7"
23+
DifferentiationInterface = "0.7"
2424
Enzyme = "0.13.11"
2525
ExplicitImports = "1.9.0"
2626
FastClosures = "0.3.2"

lib/SimpleNonlinearSolve/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ChainRulesCore = "1.24"
5050
CommonSolve = "0.2.4"
5151
ConcreteStructs = "0.2.3"
5252
DiffEqBase = "6.158.3"
53-
DifferentiationInterface = "0.6.27, 0.7"
53+
DifferentiationInterface = "0.7"
5454
Enzyme = "0.13.11"
5555
ExplicitImports = "1.9"
5656
FastClosures = "0.3.2"

0 commit comments

Comments
 (0)