-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathProject.toml
More file actions
52 lines (48 loc) · 1.67 KB
/
Project.toml
File metadata and controls
52 lines (48 loc) · 1.67 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
name = "MeshArrays"
uuid = "cb8c808f-1acf-59a3-9d2b-6e38d009f683"
version = "0.5.5"
authors = ["gaelforget <gforget@mit.edu>"]
[deps]
CatViews = "81a5f4ea-a946-549a-aa7e-2a7f63a27d31"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[weakdeps]
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
GeoJSON = "61d90e0f-e114-555e-ac52-39dfb47a3ef9"
GeometryOps = "3251bfac-6a57-4b6d-aa61-ac1fef2975ab"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Proj = "c94c279d-25a6-4763-9509-64d165bea63e"
Shapefile = "8e980c4a-a4fe-5da2-b3a7-4b4b0353a2f4"
[extensions]
MeshArraysDataDepsExt = ["DataDeps"]
MeshArraysGeoJSONExt = ["GeoJSON"]
MeshArraysGeometryOpsExt = ["GeometryOps"]
MeshArraysJLD2Ext = ["JLD2"]
MeshArraysMakieExt = ["Makie"]
MeshArraysProjExt = ["Proj"]
MeshArraysShapefileExt = ["Shapefile"]
[compat]
CatViews = "1.0"
DataDeps = "0.7"
GeoInterface = "1.4, 1.5, 1.6"
GeoJSON = "0.6, 0.7, 0.8"
GeometryOps = "0.1"
Glob = "1"
JLD2 = "0.4, 0.5, 0.6"
Makie = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24"
NearestNeighbors = "0.4"
Proj = "1"
Shapefile = "0.10, 0.11, 0.12, 0.13"
Unitful = "1"
julia = "^1.9"