Skip to content

Commit e2c9f32

Browse files
jClugstorChrisRackauckas
authored andcommitted
add Zygote to test deps
1 parent c21345c commit e2c9f32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/BracketingNonlinearSolve/Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ NonlinearSolveBase = {path = "../NonlinearSolveBase"}
1717
[weakdeps]
1818
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
1919
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
20-
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
20+
2121

2222
[extensions]
2323
BracketingNonlinearSolveForwardDiffExt = "ForwardDiff"
@@ -45,6 +45,7 @@ ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
4545
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
4646
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4747
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
48+
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
4849

4950
[targets]
50-
test = ["Aqua", "ExplicitImports", "ForwardDiff", "InteractiveUtils", "Test", "TestItemRunner"]
51+
test = ["Aqua", "ExplicitImports", "ForwardDiff", "InteractiveUtils", "Test", "TestItemRunner", "Zygote"]

0 commit comments

Comments
 (0)