Skip to content

Commit

Permalink
Make StatsFuns dep explicit to fix dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
migarstka committed Mar 4, 2023
1 parent 2559fca commit 9a47379
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Distributions = "^0.25"
Documenter = "0.27.24"
Literate = "2.8"
Plots = "^1.3.3"
Distributions = "^0.25"
StatsFuns = "^1.3"

0 comments on commit 9a47379

Please sign in to comment.