-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathProject.toml
More file actions
54 lines (48 loc) · 1.66 KB
/
Project.toml
File metadata and controls
54 lines (48 loc) · 1.66 KB
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
48
49
50
51
52
53
54
name = "Subzero"
uuid = "21f28ab0-737f-4f26-8d5f-51b5b12fb6de"
authors = ["Skylar Gering"]
version = "0.1.0"
[deps]
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
GeometryOps = "3251bfac-6a57-4b6d-aa61-ac1fef2975ab"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
[weakdeps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
GeoInterfaceMakie = "0edc0954-3250-4c18-859d-ec71c1660c08"
[extensions]
SubzeroMakieExt = ["CairoMakie", "GeoInterfaceMakie"]
[compat]
CairoMakie = "0.12, 0.13"
CoordinateTransformations = "0.6"
Extents = "0.1"
GeoInterfaceMakie = "0.1"
GeometryOps = "0.1.31 - 0.1"
Interpolations = "0.14, 0.15, 0.16"
JLD2 = "0.4, 0.5, 0.6"
Measures = "0.3"
NCDatasets = "0.14"
Rotations = "1"
SplitApplyCombine = "1"
StaticArrays = "1"
Statistics = "1"
StructArrays = "0.6, 0.7"
julia = "1.10"
[extras]
LibGEOS = "a90b1aa1-3769-5649-ba7e-abc5a9d163eb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["LibGEOS", "Test"]