Skip to content

Commit a5ead99

Browse files
committed
🐛 Update compat versions
Closes #32
1 parent 784a121 commit a5ead99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ ReferenceFrameRotationsZygoteExt = ["ForwardDiff", "Zygote"]
2323
Crayons = "4.0"
2424
DifferentiationInterface = "0.6"
2525
FiniteDiff = "2.26"
26-
ForwardDiff = "0.10"
26+
ForwardDiff = "0.10, 1"
2727
LinearAlgebra = "1.6"
2828
Mooncake = "0.4"
2929
Printf = "1.6"
3030
Random = "1.6"
3131
StableRNGs = "1"
3232
StaticArrays = "1"
3333
Test = "1.6"
34-
Zygote = "0.6"
34+
Zygote = "0.6, 0.7"
3535
julia = "1.10"
3636

3737
[extras]

0 commit comments

Comments
 (0)