Skip to content

Commit 8c542ea

Browse files
Allow Polynomials v2 (#302)
1 parent 477426b commit 8c542ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "StateSpaceModels"
22
uuid = "99342f36-827c-5390-97c9-d7f9ee765c78"
33
authors = ["raphaelsaavedra <[email protected]>, guilhermebodin <[email protected]>, mariohsouto"]
4-
version = "0.5.21"
4+
version = "0.5.22"
55

66
[deps]
77
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
@@ -23,7 +23,7 @@ Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24"
2323
MatrixEquations = "1"
2424
Optim = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1.2"
2525
OrderedCollections = "1"
26-
Polynomials = "1"
26+
Polynomials = "1, 2"
2727
RecipesBase = "1"
2828
SeasonalTrendLoess = "0.1"
2929
ShiftedArrays = "1"

0 commit comments

Comments
 (0)