Skip to content

Commit 05aa3db

Browse files
committed
fix: remove stale dep
1 parent 6201fcc commit 05aa3db

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

lib/SciMLJacobianOperators/Project.toml

-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
88
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
99
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
1010
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
11-
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
1211
FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
1312
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1413
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
@@ -21,7 +20,6 @@ ConcreteStructs = "0.2.3"
2120
ConstructionBase = "1.5"
2221
DifferentiationInterface = "0.6.1"
2322
Enzyme = "0.12, 0.13"
24-
EnzymeCore = "0.7, 0.8"
2523
ExplicitImports = "1.9.0"
2624
FastClosures = "0.3.2"
2725
FiniteDiff = "2.24.0"

lib/SciMLJacobianOperators/src/SciMLJacobianOperators.jl

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ using ADTypes: ADTypes, AutoSparse
44
using ConcreteStructs: @concrete
55
using ConstructionBase: ConstructionBase
66
using DifferentiationInterface: DifferentiationInterface, Constant
7-
using EnzymeCore: EnzymeCore
87
using FastClosures: @closure
98
using LinearAlgebra: LinearAlgebra
109
using SciMLBase: SciMLBase, AbstractNonlinearProblem, AbstractNonlinearFunction

0 commit comments

Comments
 (0)