Skip to content

Commit

Permalink
up deps (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrosemberg authored Sep 29, 2024
1 parent 6c6bfdb commit d592b45
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PortfolioOpt"
uuid = "d204b4b0-6ba1-497c-bfb5-71589c3b52ce"
authors = ["Andrew Rosemberg"]
version = "1.0.0"
version = "1.0.1"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -20,13 +20,13 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[compat]
Distributions = "^0.25"
JuMP = "~1"
MarketData = "0.14"
MathOptInterface = "1.1"
MarketData = "^0.15"
MathOptInterface = "^1.1"
OptimalBids = "~1.3"
PDMats = "~0.11"
ProgressMeter = "1"
ProgressMeter = "^1"
Reexport = "~1.2"
Statistics = "1"
Statistics = "^1"
julia = "^1.6"

[extras]
Expand Down

0 comments on commit d592b45

Please sign in to comment.