-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
39 lines (34 loc) · 1.11 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
name = "CloudSeis"
uuid = "a8ea0714-0c8b-51e5-9b11-67a2d82946d2"
version = "1.14.0"
[deps]
AbstractStorage = "14dbef02-f468-5f15-853e-5ec8dee7b899"
CvxCompress = "3e489a4b-a92a-5e1b-a7bf-ed666eae205e"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TeaSeis = "db5f7d96-a200-5343-9fc6-a259b42289b2"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[weakdeps]
Blosc = "a74b3585-a348-5f62-a45c-50e91977d574"
CvxCompress = "3e489a4b-a92a-5e1b-a7bf-ed666eae205e"
ZfpCompression = "43441a71-1662-41c6-b8ea-40ed1525242b"
[extensions]
BloscExt = "Blosc"
CvxCompressExt = ["CvxCompress", "ZfpCompression"]
ZfpExt = "ZfpCompression"
[compat]
AbstractStorage = "^1.3"
Blosc = "0.7"
CvxCompress = "1"
JSON = "0.21"
ProgressMeter = "1"
TeaSeis = "0.4"
ZfpCompression = "0.2"
julia = "1"
[extras]
Blosc = "a74b3585-a348-5f62-a45c-50e91977d574"
CvxCompress = "3e489a4b-a92a-5e1b-a7bf-ed666eae205e"
ZfpCompression = "43441a71-1662-41c6-b8ea-40ed1525242b"