-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
47 lines (43 loc) · 1.71 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
name = "FSRU"
uuid = "3bfc7b26-b1c6-4e53-ac49-fae2428c8b24"
authors = ["Henri Dehaybe <47037088+HenriDeh@users.noreply.github.com> and contributors"]
version = "0.1.0"
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Cthulhu = "f68482b8-f384-11e8-15f7-abe071a5a75f"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataFramesMeta = "1313f7d8-7da2-5740-9ea0-a2ca25f37964"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GeoJSON = "61d90e0f-e114-555e-ac52-39dfb47a3ef9"
GeoMakie = "db073c08-6b98-4ee5-b6a4-5efafb3259c6"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
JSONTables = "b9914132-a727-11e9-1322-f18e41205b0b"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
MultiObjectiveAlgorithms = "0327d340-17cd-11ea-3e99-2fd5d98cecda"
Profile = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TestEnv = "1e6cf692-eddd-4d53-88a5-2d735e33781b"
[compat]
BenchmarkTools = "1.5.0"
Cthulhu = "2.15.2"
Profile = "1.11.0"
Revise = "3.6.1"
TestEnv = "1.102.0"
julia = "1.8"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]