Skip to content

Commit 2037ae1

Browse files
committed
more fixes
1 parent 8dcb885 commit 2037ae1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[deps]
2+
DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8"
23
TensorBoardLogger = "899adc3e-224a-11e9-021f-63837185c80f"
34
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
45
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
56
ValueHistories = "98cad3c8-aec3-5f06-8e41-884608649ab7"
67

78
[compat]
89
TensorBoardLogger = "0.1.26"
10+
Test = "1.11.0"
911
Turing = "0.39.10"
1012
ValueHistories = "0.5.4"
11-
Test = "1.11.0"

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using Test
2+
using DynamicPPL
23
using Turing
34
using TuringCallbacks
45
using TensorBoardLogger, ValueHistories

0 commit comments

Comments
 (0)