Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit fa2150f

Browse files
author
CompatHelper Julia
committed
CompatHelper: bump compat for TaylorDiff in [weakdeps] to 0.3, (keep existing compat)
1 parent a24bff1 commit fa2150f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
2424
[weakdeps]
2525
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
2626
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
27+
TaylorDiff = "b36ab563-344f-407b-a36a-4f200bebf99c"
2728
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
2829
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
29-
TaylorDiff = "b36ab563-344f-407b-a36a-4f200bebf99c"
3030

3131
[extensions]
3232
SimpleNonlinearSolveChainRulesCoreExt = "ChainRulesCore"
3333
SimpleNonlinearSolveReverseDiffExt = "ReverseDiff"
34+
SimpleNonlinearSolveTaylorDiffExt = "TaylorDiff"
3435
SimpleNonlinearSolveTrackerExt = "Tracker"
3536
SimpleNonlinearSolveZygoteExt = "Zygote"
36-
SimpleNonlinearSolveTaylorDiffExt = "TaylorDiff"
3737

3838
[compat]
3939
ADTypes = "1.9"
@@ -65,7 +65,7 @@ SciMLBase = "2.37.0"
6565
Setfield = "1.1.1"
6666
StaticArrays = "1.9"
6767
StaticArraysCore = "1.4.2"
68-
TaylorDiff = "0.2.5"
68+
TaylorDiff = "0.2.5, 0.3"
6969
Test = "1.10"
7070
Tracker = "0.2.33"
7171
Zygote = "0.6.69"
@@ -95,4 +95,4 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
9595
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
9696

9797
[targets]
98-
test = ["AllocCheck", "Aqua", "DiffEqBase", "ExplicitImports", "FiniteDiff", "ForwardDiff", "Hwloc", "InteractiveUtils", "LinearAlgebra", "NonlinearProblemLibrary", "Pkg", "PolyesterForwardDiff", "Random", "ReTestItems", "Reexport", "ReverseDiff", "StaticArrays", "TaylorDiff", "Test", "Tracker", "Zygote"]
98+
test = ["AllocCheck", "Aqua", "DiffEqBase", "ExplicitImports", "FiniteDiff", "ForwardDiff", "Hwloc", "InteractiveUtils", "LinearAlgebra", "NonlinearProblemLibrary", "Pkg", "PolyesterForwardDiff", "Random", "ReTestItems", "Reexport", "ReverseDiff", "StaticArrays", "TaylorDiff", "Test", "Tracker", "Zygote"]

0 commit comments

Comments
 (0)