Skip to content

Commit

Permalink
update v1.2.0 with new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhorton committed May 16, 2023
1 parent d5718ca commit b39f8db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.8.2"
manifest_format = "2.0"
project_hash = "aba4dc970aad7de5b7c148a7d7b915cd67a0f6de"
project_hash = "b357d8d4410061bab3ca23ab60d09d6d5bb561b4"

[[deps.ArgTools]]
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
Expand Down Expand Up @@ -66,9 +66,9 @@ version = "0.4.0"

[[deps.Distributions]]
deps = ["ChainRulesCore", "DensityInterface", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SparseArrays", "SpecialFunctions", "Statistics", "StatsAPI", "StatsBase", "StatsFuns", "Test"]
git-tree-sha1 = "eead66061583b6807652281c0fbf291d7a9dc497"
git-tree-sha1 = "4f59fe4eb1308011bd33b390369cbad74e46eea4"
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
version = "0.25.90"
version = "0.25.92"

[[deps.DocStringExtensions]]
deps = ["LibGit2"]
Expand Down
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name = "PolyaGammaHybridSamplers"
uuid = "c636ee4f-4591-4d8c-9fae-2dea21daa433"
authors = ["W.Z. Horton"]
version = "1.1.0"
version = "1.2.0"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"

[compat]
Distributions = "0.25.80 - 0.25.89, 0.25"
Expand Down

0 comments on commit b39f8db

Please sign in to comment.