Skip to content

Commit d983aee

Browse files
Merge pull request #175 from SciML/ChrisRackauckas-patch-2
Bump compats
2 parents 19c3abc + 17b9f1c commit d983aee

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Project.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
1313
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
1414
LuxCore = "bb33d45b-7691-41d6-9220-0943567d0623"
1515
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
16+
NonlinearSolveBase = "be0214bd-f91f-a760-ac4e-3421ce2b2da0"
1617
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1718
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1819
SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
@@ -40,7 +41,8 @@ LuxTestUtils = "1"
4041
MLDataDevices = "1"
4142
NLsolve = "4.5.1"
4243
NNlib = "0.9.17"
43-
NonlinearSolve = "3.10.0"
44+
NonlinearSolve = "3.10.0, 4"
45+
NonlinearSolveBase = "1.5"
4446
OrdinaryDiffEq = "6.74.1"
4547
Pkg = "1.10"
4648
Random = "1.10"
@@ -51,7 +53,7 @@ StableRNGs = "1.0.2"
5153
Static = "1.1.1"
5254
SteadyStateDiffEq = "2.3.2"
5355
Test = "1.10"
54-
Zygote = "0.6.69"
56+
Zygote = "0.6.69, 0.7"
5557
julia = "1.10"
5658

5759
[extras]

src/DeepEquilibriumNetworks.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ module DeepEquilibriumNetworks
22

33
using ADTypes: AutoFiniteDiff, AutoForwardDiff, AutoZygote
44
using ChainRulesCore: ChainRulesCore
5-
using CommonSolve: solve
5+
using CommonSolve: solve, init
66
using ConcreteStructs: @concrete
7-
using DiffEqBase: DiffEqBase, AbsNormTerminationMode
7+
using DiffEqBase: DiffEqBase
8+
using NonlinearSolveBase: AbsNormTerminationMode
89
using FastClosures: @closure
910
using Random: Random, AbstractRNG, randn!
1011
using SciMLBase: SciMLBase, AbstractNonlinearAlgorithm, AbstractODEAlgorithm,

0 commit comments

Comments
 (0)