Skip to content

Commit

Permalink
CompatHelper: bump compat for Bijectors to 0.15, (keep existing compa…
Browse files Browse the repository at this point in the history
…t) (#731)

* CompatHelper: bump compat for Bijectors to 0.15, (keep existing compat)

* bump Bijectors bounds in test/Project.toml

* bump patch version

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Penelope Yong <[email protected]>
Co-authored-by: Markus Hauru <[email protected]>
  • Loading branch information
4 people authored Nov 29, 2024
1 parent 1110d30 commit f4b4712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "DynamicPPL"
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
version = "0.30.6"
version = "0.30.7"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -47,7 +47,7 @@ AbstractMCMC = "5"
AbstractPPL = "0.8.4, 0.9"
Accessors = "0.1"
BangBang = "0.4.1"
Bijectors = "0.13.18, 0.14"
Bijectors = "0.13.18, 0.14, 0.15"
ChainRulesCore = "1"
Compat = "4"
ConstructionBase = "1.5.4"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ADTypes = "1"
AbstractMCMC = "5"
AbstractPPL = "0.8.4, 0.9"
Accessors = "0.1"
Bijectors = "0.13.9, 0.14"
Bijectors = "0.13.9, 0.14, 0.15"
Combinatorics = "1"
Compat = "4.3.0"
Distributions = "0.25"
Expand Down

0 comments on commit f4b4712

Please sign in to comment.