Skip to content

Commit

Permalink
resolve project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KaoruBB committed Oct 24, 2024
1 parent a618293 commit 4e4d6ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@ uuid = "193c7f83-fc3f-40b4-b16f-ec9e6feb51fb"
authors = ["KaoruBB <kaorugmbl1234@gmail.com> and contributors"]
version = "1.0.0-DEV"

[deps]
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"

[compat]
KernelDensity = "0.6.9"
Plots = "1.40.8"
StatsBase = "0.34.3"
StatsPlots = "0.15.7"
julia = "1.6.7"

[extras]
Expand Down
1 change: 1 addition & 0 deletions src/BayesPlots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module BayesPlots

using KernelDensity
using Plots
using StatsBase
using StatsPlots

export plot_posterior_density
Expand Down

0 comments on commit 4e4d6ef

Please sign in to comment.