Skip to content

Commit

Permalink
Add JuMP, COSMO to Docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
migarstka committed Jun 14, 2020
1 parent 0b0f3b3 commit a3c1188
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
[deps]
COSMO = "1e616198-aa4e-51ec-90a2-23f7fbd31d8d"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
COSMO = "^0.7.2"
Documenter = "^0.24"
JuMP = "^0.21.2"
Literate = "2.4"
Plots = "^1.3.3"

0 comments on commit a3c1188

Please sign in to comment.