Skip to content

Commit 34eaa3d

Browse files
authored
ForwardDiff -> 1 (#279)
* ForwardDiff@1 * Bump Julia compat to 1.6.5
1 parent 0eeede9 commit 34eaa3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DistributionsAD"
22
uuid = "ced4e74d-a319-5a8a-b0ac-84af2272839c"
3-
version = "0.6.57"
3+
version = "0.6.58"
44

55
[deps]
66
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -37,7 +37,7 @@ ChainRulesCore = "1"
3737
Compat = "3.6, 4"
3838
Distributions = "0.25.41"
3939
FillArrays = "1.4.1"
40-
ForwardDiff = "0.10.12"
40+
ForwardDiff = "0.10.12, 1"
4141
LazyArrays = "1, 2"
4242
LinearAlgebra = "<0.0.1, 1"
4343
PDMats = "0.9, 0.10, 0.11"
@@ -49,7 +49,7 @@ StaticArrays = "0.12, 1.0"
4949
StatsFuns = "0.9.10, 1"
5050
Tracker = "0.2.25"
5151
ZygoteRules = "0.2"
52-
julia = "1.6"
52+
julia = "1.6.5"
5353

5454
[extras]
5555
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Combinatorics = "1.0.2"
2424
Distributions = "0.25.15"
2525
Documenter = "1"
2626
FiniteDifferences = "0.11.3, 0.12"
27-
ForwardDiff = "0.10.12"
27+
ForwardDiff = "0.10.12, 1"
2828
LazyArrays = "1, 2"
2929
PDMats = "0.10.1, 0.11"
3030
ReverseDiff = "1.4.4"

0 commit comments

Comments
 (0)