Skip to content

Commit 39f06a4

Browse files
authored
bump Turing v0.38 (#33)
1 parent 9eda0ac commit 39f06a4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "SliceSampling"
22
uuid = "43f4d3e8-9711-4a8c-bd1b-03ac73a255cf"
3-
version = "0.7.3"
3+
version = "0.7.4"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -29,7 +29,7 @@ LogDensityProblems = "2"
2929
LogDensityProblemsAD = "1"
3030
Random = "1"
3131
Requires = "1"
32-
Turing = "0.37"
32+
Turing = "0.37, 0.38"
3333
julia = "1.10"
3434

3535
[extras]

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Random = "1"
2828
SliceSampling = "0.7.1"
2929
StableRNGs = "1"
3030
Statistics = "1"
31-
Turing = "0.37"
31+
Turing = "0.37, 0.38"
3232
julia = "1.10"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ MCMCTesting = "0.3"
1818
Random = "1"
1919
StableRNGs = "1"
2020
Test = "1"
21-
Turing = "0.37"
21+
Turing = "0.37, 0.38"
2222
julia = "1.10"

0 commit comments

Comments
 (0)