-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
43 lines (39 loc) · 1.46 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
name = "DifferentialMobilityAnalyzers"
uuid = "050a7be8-18f9-52d6-bdba-0a194485d082"
authors = ["Markus Petters <[email protected]>"]
version = "2.5.6"
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
Memoize = "c03570c3-d221-55d1-a50c-7939bbd78826"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RegularizationTools = "29dad682-9a27-4bc3-9c72-016788665182"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Underscores = "d9a01c3f-67ce-4d8c-9b55-35f6e4050bb1"
[compat]
BenchmarkTools = "0.4, 0.5, 0.6, 0.7, 1.0"
CSV = "0.7, 0.8, 0.9, 0.10"
Calculus = "0.5"
DataFrames = "0.10 - 0.21, 0.22, 1.0, 1.1, 1.2, 1.3"
Distributions = "0.20 - 0.24, 0.25"
Interpolations = "0.12, 0.13"
Lazy = "0.13 - 0.15"
MLStyle = "0.4"
Memoize = "0.4"
RegularizationTools = "0.4, 0.5, 0.6"
SpecialFunctions = "0.10, 1.0"
Underscores = "2.0, 3"
julia = "1"
[extras]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
[targets]
test = ["DataStructures", "DelimitedFiles"]