Skip to content

Commit ac6abf7

Browse files
jClugstorChrisRackauckas
authored andcommitted
make imports explicit, add ompat bounds
1 parent 68877c2 commit ac6abf7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

lib/BracketingNonlinearSolve/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ BracketingNonlinearSolveChainRulesCoreExt = ["ChainRulesCore", "ForwardDiff"]
2525

2626
[compat]
2727
Aqua = "0.8.9"
28+
ChainRulesCore = "1.24"
2829
CommonSolve = "0.2.4"
2930
ConcreteStructs = "0.2.3"
3031
ExplicitImports = "1.10.1"
@@ -37,6 +38,7 @@ SciMLBase = "2.69"
3738
Test = "1.10"
3839
TestItemRunner = "1"
3940
julia = "1.10"
41+
Zygote = "0.6.69, 0.7"
4042

4143
[extras]
4244
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

lib/BracketingNonlinearSolve/ext/BracketingNonlinearSolveChainRulesCoreExt.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module BracketingNonlinearSolveChainRulesCoreExt
22

3-
using CommonSolve: CommonSolve
3+
using CommonSolve: CommonSolve, solve
44
using ForwardDiff: ForwardDiff
5-
using SciMLBase
6-
using ChainRulesCore
5+
using SciMLBase: SciMLBase, IntervalNonlinearProblem
6+
using ChainRulesCore: ChainRulesCore, AbstractThunk, NoTangent, Tangent, unthunk
77

88
using BracketingNonlinearSolve: bracketingnonlinear_solve_up
99

0 commit comments

Comments
 (0)