-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
44 lines (40 loc) · 1.44 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
name = "MNPDynamics"
uuid = "f81e04c9-20b8-526d-9626-780ee78293fb"
authors = ["Tobias Knopp <[email protected]>, Hannes Albers, Tobias Kluth, Marco Maass, Martin Möddel"]
version = "0.1.0"
[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
FLoops = "cc61a311-1640-44b5-9fba-1b764f453329"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[compat]
LinearSolve = "1.23"
julia = "^1"
FLoops = "0.2"
HDF5 = "0.16, 0.17"
ImageFiltering = "0.7"
Interpolations = "0.14, 0.15"
OffsetArrays = "1"
OrdinaryDiffEq = "6"
ProgressMeter = "1.9"
SparseDiffTools = "2"
SpecialFunctions = "2.3"
StaticArrays = "1.9"
StatsBase = "0.33"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]