Skip to content

Commit 8747e79

Browse files
authored
bump DifferentiationInterface v0.7 (#178)
* bump DI
1 parent 8fdff72 commit 8747e79

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.4.0"
3+
version = "0.4.1"
44

55
[deps]
66
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -29,7 +29,7 @@ ADTypes = "1"
2929
Accessors = "0.1"
3030
Bijectors = "0.13, 0.14, 0.15"
3131
DiffResults = "1"
32-
DifferentiationInterface = "0.6"
32+
DifferentiationInterface = "0.6, 0.7"
3333
Distributions = "0.25.111"
3434
DocStringExtensions = "0.8, 0.9"
3535
FillArrays = "1.3"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2828
ADTypes = "0.2.1, 1"
2929
Bijectors = "0.13, 0.14, 0.15"
3030
DiffResults = "1"
31-
DifferentiationInterface = "0.6"
31+
DifferentiationInterface = "0.6, 0.7"
3232
Distributions = "0.25.111"
3333
DistributionsAD = "0.6.45"
3434
Enzyme = "0.13, 0.14, 0.15"

0 commit comments

Comments
 (0)