Skip to content

Commit 59d2185

Browse files
update upstream compat (#191)
* update upstream compat * bump version * drop earlier versions * update AO for upstream release
1 parent 598824f commit 59d2185

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Project.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "FinanceModels"
22
uuid = "77f2ae65-bdde-421f-ae9d-22f1af19dd76"
33
authors = ["Alec Loudenback <alecloudenback@gmail.com> and contributors"]
4-
version = "4.11.0"
4+
version = "4.12.0"
55

66
[deps]
77
AccessibleOptimization = "d88a00a0-4a21-4fe4-a515-e2123c37b885"
@@ -28,16 +28,16 @@ FinanceModelsMakieCoreExt = "MakieCore"
2828
FinanceModelsUnicodePlots = "UnicodePlots"
2929

3030
[compat]
31-
AccessibleOptimization = "^0.1.1"
31+
AccessibleOptimization = "^0.1.2"
3232
Accessors = "^0.1"
33-
DataInterpolations = "5"
33+
DataInterpolations = "5,6"
3434
Dates = "^1.6"
3535
FinanceCore = "^2.1"
3636
IntervalSets = "^0.7"
3737
LinearAlgebra = "1"
3838
MakieCore = "0.7, 0.8"
39-
Optimization = "^3.15"
40-
OptimizationMetaheuristics = "^0.1.2, 0.2"
39+
Optimization = "4"
40+
OptimizationMetaheuristics = "0.3"
4141
PrecompileTools = "^1.1"
4242
Reexport = "^1.2"
4343
SpecialFunctions = "2"

0 commit comments

Comments
 (0)