Skip to content

Commit 7d0a63a

Browse files
CompatHelper JuliaChrisRackauckas
authored andcommitted
CompatHelper: bump compat for SciMLOperators to 0.4 for package NonlinearSolveQuasiNewton, (keep existing compat)
1 parent 9cbdbeb commit 7d0a63a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/NonlinearSolveQuasiNewton/Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1818
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
1919
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
2020

21-
[sources]
22-
NonlinearSolveBase = {path = "../NonlinearSolveBase"}
23-
2421
[weakdeps]
2522
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
2623

24+
[sources.NonlinearSolveBase]
25+
path = "../NonlinearSolveBase"
26+
2727
[extensions]
2828
NonlinearSolveQuasiNewtonForwardDiffExt = "ForwardDiff"
2929

@@ -53,7 +53,7 @@ PrecompileTools = "1.2"
5353
ReTestItems = "1.24"
5454
Reexport = "1"
5555
SciMLBase = "2.69"
56-
SciMLOperators = "0.3.13"
56+
SciMLOperators = "0.3.13, 0.4"
5757
StableRNGs = "1"
5858
StaticArrays = "1.9.8"
5959
StaticArraysCore = "1.4.3"

0 commit comments

Comments
 (0)