Skip to content

Commit

Permalink
Bump Turing compat (#141)
Browse files Browse the repository at this point in the history
* Bump Turing and DynamicPPL compat

* Bump Turing compat for tests

* Bump Turing compat for docs

* Increment patch number
  • Loading branch information
sethaxen authored Jun 23, 2023
1 parent 722318b commit 0625b6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Pathfinder"
uuid = "b1d3bc72-d0e7-4279-b92f-7fa5d6d2d454"
authors = ["Seth Axen <seth.axen@gmail.com> and contributors"]
version = "0.7.3"
version = "0.7.4"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down Expand Up @@ -38,7 +38,7 @@ PathfinderTuringExt = ["Accessors", "DynamicPPL", "MCMCChains", "Turing"]
[compat]
Accessors = "0.1"
Distributions = "0.25"
DynamicPPL = "0.20, 0.21"
DynamicPPL = "0.20, 0.21, 0.22, 0.23"
Folds = "0.2"
ForwardDiff = "0.10"
IrrationalConstants = "0.1.1, 0.2"
Expand All @@ -54,7 +54,7 @@ Requires = "1"
SciMLBase = "1.8.1"
StatsBase = "0.33"
Transducers = "0.4.5"
Turing = "0.21, 0.22, 0.23"
Turing = "0.24, 0.25, 0.26"
UnPack = "1"
julia = "1.6"

Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ StatsFuns = "0.9, 1"
StatsPlots = "0.14, 0.15"
TransformVariables = "0.6, 0.7, 0.8"
TransformedLogDensities = "1"
Turing = "0.21, 0.22, 0.23, 0.24"
Turing = "0.24, 0.25, 0.26"
2 changes: 1 addition & 1 deletion test/integration/Turing/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"

[compat]
Pathfinder = "0.5, 0.6, 0.7"
Turing = "0.21, 0.22, 0.23, 0.24"
Turing = "0.24, 0.25, 0.26"
julia = "1.6"

2 comments on commit 0625b6d

@sethaxen
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/86138

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.4 -m "<description of version>" 0625b6d15ba6d63301d8174f7b41cf77b502903d
git push origin v0.7.4

Please sign in to comment.