Skip to content

Commit 91b4ce3

Browse files
author
Raphael Saavedra
committed
Update dep versions
1 parent e169248 commit 91b4ce3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ScoreDrivenModels"
22
uuid = "4a87933e-d659-11e9-0e65-7f40dedd4a3a"
33
authors = ["guilhermebodin <[email protected]>, raphaelsaavedra <[email protected]>"]
4-
version = "0.1.10"
4+
version = "0.1.11"
55

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

1616
[compat]
17-
Distributions = "0.23"
17+
Distributions = "0.23, 0.24, 0.25"
1818
HypothesisTests = "0.10"
19-
Optim = "0.20, 0.21, 0.22, 1.2"
19+
Optim = "1.2"
2020
RecipesBase = "1"
21-
SpecialFunctions = "0.8"
21+
SpecialFunctions = "1, 2"
2222
StatsBase = "0.33"
23-
julia = "1"
23+
julia = "1.6"
2424

2525
[extras]
2626
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"

0 commit comments

Comments
 (0)