-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
70 lines (66 loc) · 2.41 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name = "MPIFiles"
uuid = "371237a9-e6c1-5201-9adb-3d8cfa78fa9f"
authors = ["Tobias Knopp <tobias@knoppweb.de>"]
version = "0.16.1"
[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Graphics = "a2bd30eb-e257-5431-a919-1863eab51364"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
ImageAxes = "2803e5a7-5153-5ecf-9a86-9b4c37f5f5ac"
ImageMetadata = "bc367c6b-8a6b-528e-b4bd-a4b897500b49"
Inflate = "d25df0c9-e2be-5dd7-82c8-3ad0b3e990b9"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearOperatorCollection = "a4a2c56f-fead-462a-a3ab-85921a5f2575"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAngles = "6fb2a4bd-7999-5318-a3b2-8ad61056cd98"
UnitfulParsableString = "06c00241-927a-4d5b-bb5e-6b5a2ada3567"
[compat]
Aqua = "0.6"
AxisArrays = "0.3, 0.4"
CodecZlib = "0.7"
DelimitedFiles = "1"
DocStringExtensions = "0.8, 0.9"
FFTW = "1.3"
FileIO = "1.0"
Graphics = "0.4, 1.0"
HDF5 = "0.14, 0.15, 0.16, 0.17"
ImageAxes = "0.6"
ImageMetadata = "0.9"
Inflate = "0.1.2"
Interpolations = "0.12, 0.13, 0.14, 0.15"
LinearOperatorCollection = "1, 2"
SHA = "0.7"
StableRNGs = "1.0.0"
Statistics = "1"
TOML = "1"
Tar = "1"
Unitful = "1.13, 1.14, 1.15, 1.16, 1.17"
UnitfulAngles = "0.6.1, 0.7"
UnitfulParsableString = "0.1.6"
julia = "1.5"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Test", "HTTP", "LazyArtifacts", "Scratch"]