Skip to content

Commit

Permalink
Update dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Saavedra committed Nov 26, 2022
1 parent e169248 commit 91b4ce3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ScoreDrivenModels"
uuid = "4a87933e-d659-11e9-0e65-7f40dedd4a3a"
authors = ["guilhermebodin <[email protected]>, raphaelsaavedra <[email protected]>"]
version = "0.1.10"
version = "0.1.11"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -14,13 +14,13 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
Distributions = "0.23"
Distributions = "0.23, 0.24, 0.25"
HypothesisTests = "0.10"
Optim = "0.20, 0.21, 0.22, 1.2"
Optim = "1.2"
RecipesBase = "1"
SpecialFunctions = "0.8"
SpecialFunctions = "1, 2"
StatsBase = "0.33"
julia = "1"
julia = "1.6"

[extras]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand Down

0 comments on commit 91b4ce3

Please sign in to comment.