-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
35 lines (31 loc) · 978 Bytes
/
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
name = "VisClaw"
uuid = "d5c85fe6-8620-4d3a-96f0-ac478d4f5d38"
authors = ["Takuya Miyashita <miyashita@hydrocoast.jp>"]
version = "0.7.8"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
GMT = "5752ebe1-31b9-557e-87aa-f909b540aa54"
GR = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71"
GeometricalPredicates = "fd0ad045-b25c-564e-8f9c-8ef5c5f21267"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
NetCDF = "30363a11-5582-574a-97bb-aa9a979735b9"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
DelimitedFiles = "1"
GMT = "1"
GR = "0.72, 0.73"
GeometricalPredicates = "0.4"
Interpolations = "0.14, 0.15"
NetCDF = "0.11, 0.12"
Plots = "1"
PyCall = "1"
Statistics = "1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]