Skip to content

Commit d56a975

Browse files
authored
support Zygote@0.7 (#566)
* support Zygote@0.7 This is needed to support ForwardDiff@1.0. Testing separately to see how CI looks. * Update Project.toml * Update Project.toml * Update Project.toml
1 parent b182ae1 commit d56a975

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ StaticArraysCore = "1.4"
115115
Sundials = "4.23.1"
116116
SymbolicIndexingInterface = "0.3.31"
117117
Test = "1.10"
118-
Zygote = "0.6.69"
118+
Zygote = "0.6.69, 0.7"
119119
julia = "1.10"
120120

121121
[extras]

lib/NonlinearSolveFirstOrder/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ StableRNGs = "1"
6060
StaticArrays = "1.9.8"
6161
StaticArraysCore = "1.4.3"
6262
Test = "1.10"
63-
Zygote = "0.6.72"
63+
Zygote = "0.6.72, 0.7"
6464
julia = "1.10"
6565

6666
[extras]

lib/NonlinearSolveQuasiNewton/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ StableRNGs = "1"
5555
StaticArrays = "1.9.8"
5656
StaticArraysCore = "1.4.3"
5757
Test = "1.10"
58-
Zygote = "0.6.72"
58+
Zygote = "0.6.72, 0.7"
5959
julia = "1.10"
6060

6161
[extras]

lib/SciMLJacobianOperators/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SciMLOperators = "0.3"
3434
Test = "1.10"
3535
TestItemRunner = "1"
3636
Tracker = "0.2.35"
37-
Zygote = "0.6.70"
37+
Zygote = "0.6.70, 0.7"
3838
julia = "1.10"
3939

4040
[extras]

0 commit comments

Comments
 (0)