Skip to content

Commit 38d70ab

Browse files
committed
Add ForwardDiff@1 compatibility
1 parent 9073362 commit 38d70ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "AdvancedVI"
22
uuid = "b5ca4192-6429-45e5-a2d9-87aec30a685c"
3-
version = "0.2.11"
3+
version = "0.2.12"
44

55
[deps]
66
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -39,7 +39,7 @@ DistributionsAD = "0.2, 0.3, 0.4, 0.5, 0.6"
3939
DocStringExtensions = "0.8, 0.9"
4040
Enzyme = "0.13"
4141
LinearAlgebra = "1.6"
42-
ForwardDiff = "0.10.3"
42+
ForwardDiff = "0.10.3, 1"
4343
Flux = "0.14"
4444
ProgressMeter = "1.0.0"
4545
Random = "1.6"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
1515
[compat]
1616
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
1717
DistributionsAD = "0.2, 0.3, 0.4, 0.5, 0.6"
18-
ForwardDiff = "0.10.3"
18+
ForwardDiff = "0.10.3, 1"

0 commit comments

Comments
 (0)