Skip to content

Commit 32862b9

Browse files
author
LuizFCDuarte
committed
🐛 Fix Documentation workflow error
1 parent 6ec0dc2 commit 32862b9

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

docs/Project.toml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,44 @@
11
[deps]
2+
Alpine = "07493b3f-dabb-5b16-a503-4139292d7dd4"
3+
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
4+
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
5+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
6+
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
7+
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
28
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
9+
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
10+
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
11+
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
12+
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
13+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
14+
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
15+
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
16+
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
17+
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
18+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
19+
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
20+
StateSpaceModels = "99342f36-827c-5390-97c9-d7f9ee765c78"
21+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
22+
TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e"
23+
24+
[compat]
25+
Alpine = "^0.5.6"
26+
CSV = "^0.10.14"
27+
Combinatorics = "^1.0.2"
28+
DataFrames = "^1.6.1"
29+
Dates = "^1.6.7"
30+
Distributions = "^0.25.108"
31+
HiGHS = "^1.9.0"
32+
Ipopt = "^1.6.2"
33+
JuMP = "^1.17.1"
34+
LinearAlgebra = "^1.6.7"
35+
MathOptInterface = "^1.29.0"
36+
OffsetArrays = "^1.14.0"
37+
Optim = "^1.9.4"
38+
Pkg = "^1.6.7"
39+
Random = "^1.6.7"
40+
Requires = "^1.3.0"
41+
StateSpaceModels = "^0.6.7"
42+
Statistics = "^1.6.7"
43+
TimeSeries = "^0.24.2"
44+
julia = "1.0 - 1.11"

0 commit comments

Comments
 (0)