Skip to content

Commit 03f8688

Browse files
author
LuizFCDuarte
committed
📦 Make dependencies more flexibles
1 parent ade99cf commit 03f8688

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

Project.toml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,27 @@ PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
2929
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
3030

3131
[compat]
32-
Alpine = "0.5.6"
33-
CSV = "0.10.14"
34-
Combinatorics = "1.0.2"
35-
DataFrames = "1.6.1"
36-
Dates = "1.11.0"
37-
Distributions = "0.25.108"
38-
HiGHS = "1.9.0"
39-
Ipopt = "1.6.2"
40-
JuMP = "1.21.1"
41-
LinearAlgebra = "1.11.0"
42-
MathOptInterface = "1.29.0"
43-
OffsetArrays = "1.14.0"
44-
Optim = "1.9.4"
45-
Pkg = "1.11.0"
46-
PyCall = "1.96.4"
47-
RCall = "0.14.1"
48-
Random = "1.11.0"
49-
Requires = "1.3.0"
50-
StateSpaceModels = "0.6.7"
51-
Statistics = "1.11.1"
52-
TimeSeries = "0.24.2"
32+
Alpine = "^0.5.6"
33+
CSV = "^0.10.14"
34+
Combinatorics = "^1.0.2"
35+
DataFrames = "^1.6.1"
36+
Dates = "^1.11.0"
37+
Distributions = "^0.25.108"
38+
HiGHS = "^1.9.0"
39+
Ipopt = "^1.6.2"
40+
JuMP = "^1.21.1"
41+
LinearAlgebra = "^1.11.0"
42+
MathOptInterface = "^1.29.0"
43+
OffsetArrays = "^1.14.0"
44+
Optim = "^1.9.4"
45+
Pkg = "^1.11.0"
46+
PyCall = "^1.96.4"
47+
RCall = "^0.14.1"
48+
Random = "^1.11.0"
49+
Requires = "^1.3.0"
50+
StateSpaceModels = "^0.6.7"
51+
Statistics = "^1.11.1"
52+
TimeSeries = "^0.24.2"
5353
julia = "1.0 - 1.11"
5454

5555
[extras]

0 commit comments

Comments
 (0)