Skip to content

Commit

Permalink
Bump Zygote compat to include 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
CompatHelper Julia authored and penelopeysm committed Jan 8, 2025
1 parent f52a9c5 commit edb6ba7
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 = "Bijectors"
uuid = "76274a88-744f-5084-9051-94815aaf08c4"
version = "0.15.2"
version = "0.15.3"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand Down Expand Up @@ -61,7 +61,7 @@ ReverseDiff = "1"
Roots = "1.3.15, 2"
Statistics = "1"
Tracker = "0.2"
Zygote = "0.6.63"
Zygote = "0.6.63, 0.7"
julia = "1.10"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ MCMCDiagnosticTools = "0.3"
Mooncake = "0.4"
ReverseDiff = "1.4.2"
Tracker = "0.2.11"
Zygote = "0.6.63"
Zygote = "0.6.63, 0.7"
julia = "1.10"

0 comments on commit edb6ba7

Please sign in to comment.