Skip to content

Commit 44355ea

Browse files
github-actions[bot]CompatHelper Juliasethaxen
authored
CompatHelper: bump compat for Turing in [weakdeps] to 0.36, (keep existing compat) (#228)
* CompatHelper: bump compat for Turing in [weakdeps] to 0.36, (keep existing compat) * Bump Turing compat in docs and tests * Increment patch number --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Seth Axen <seth@sethaxen.com>
1 parent 52fef88 commit 44355ea

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,7 +1,7 @@
11
name = "Pathfinder"
22
uuid = "b1d3bc72-d0e7-4279-b92f-7fa5d6d2d454"
33
authors = ["Seth Axen <seth.axen@gmail.com> and contributors"]
4-
version = "0.9.9"
4+
version = "0.9.10"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -62,7 +62,7 @@ SciMLBase = "2.30"
6262
Statistics = "1"
6363
StatsBase = "0.33.17, 0.34"
6464
Transducers = "0.4.81"
65-
Turing = "0.31.4, 0.32, 0.33, 0.34, 0.35"
65+
Turing = "0.31.4, 0.32, 0.33, 0.34, 0.35, 0.36"
6666
julia = "1.10"
6767

6868
[extras]

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ StatsFuns = "1"
3434
StatsPlots = "0.15.2"
3535
TransformVariables = "0.6.2, 0.7, 0.8"
3636
TransformedLogDensities = "1.0.2"
37-
Turing = "0.31.4, 0.32, 0.33, 0.34, 0.35"
37+
Turing = "0.31.4, 0.32, 0.33, 0.34, 0.35, 0.36"

test/integration/Turing/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
99
[compat]
1010
LogDensityProblems = "2.1.0"
1111
Pathfinder = "0.9"
12-
Turing = "0.31.4, 0.32, 0.33, 0.34, 0.35"
12+
Turing = "0.31.4, 0.32, 0.33, 0.34, 0.35, 0.36"
1313
julia = "1.10"

0 commit comments

Comments
 (0)