Skip to content

Commit

Permalink
Merge branch 'master' into patch
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen committed May 27, 2024
2 parents 121e3cd + 1070b73 commit 010c695
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,27 @@ ChainRulesCore = "0.10.11, 1"
ChangesOfVariables = "0.1"
Compat = "3, 4"
Distributions = "0.25.33"
ForwardDiff = "0.10"
DistributionsAD = "0.6"
Functors = "0.1, 0.2, 0.3, 0.4"
InverseFunctions = "0.1"
IrrationalConstants = "0.1, 0.2"
LazyArrays = "2"
LogExpFunctions = "0.3.3"
MappedArrays = "0.2.2, 0.3, 0.4"
Reexport = "0.2, 1"
Requires = "0.5, 1"
ReverseDiff = "1"
Roots = "1.3.4, 2"
Statistics = "1"
Tracker = "0.2"
Zygote = "0.6.63"
julia = "1.6"

[extras]
DistributionsAD = "ced4e74d-a319-5a8a-b0ac-84af2272839c"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ FiniteDifferences = "0.11, 0.12"
ForwardDiff = "0.10.12"
Functors = "0.1, 0.2, 0.3, 0.4"
InverseFunctions = "0.1"
LazyArrays = "1"
LazyArrays = "1, 2"
LogExpFunctions = "0.3.1"
ReverseDiff = "1.4.2"
Tracker = "0.2.11"
Expand Down

0 comments on commit 010c695

Please sign in to comment.