-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
39 lines (35 loc) · 1.24 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 = "MPISphericalHarmonics"
uuid = "2527f7a4-0af4-4016-a944-036fbac19de9"
authors = ["Marija Boberg <[email protected]> and contributors"]
version = "0.1.1"
[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MPIFiles = "371237a9-e6c1-5201-9adb-3d8cfa78fa9f"
MPIMagneticFields = "f6dda52a-86e9-4b50-afb7-f39836a99446"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
SphericalHarmonicExpansions = "504afa71-bae7-47b4-8ec9-3851161806ac"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
Aqua = "0.8"
Artifacts = "1"
DocStringExtensions = "0.8, 0.9"
HDF5 = "0.14, 0.15, 0.16, 0.17"
LinearAlgebra = "1"
MPIFiles = "0.12, 0.13, 0.14, 0.15, 0.16, 0.17"
MPIMagneticFields = "0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.1"
NLsolve = "4"
Scratch = "1"
SphericalHarmonicExpansions = "0.1.3"
Test = "1"
Unitful = "1.11, 1.12"
julia = "1"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[targets]
test = ["Aqua", "Artifacts", "Scratch", "Test", "Unitful"]