-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
42 lines (38 loc) · 1.25 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
name = "SparseIdentification"
uuid = "9a34ec7f-1978-43d1-92b5-2e42bdcf4e44"
authors = ["Michael Kraus"]
version = "0.1.0"
[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
ODE = "c030b06c-0b6d-57c2-b091-7029874bd033"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
ParallelUtilities = "fad6cfc8-4f83-11e9-06cc-151124046ad0"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
DelimitedFiles = "1"
DifferentialEquations = "7"
Distances = "0.10"
Distributions = "0.25"
ForwardDiff = "0.10"
ODE = "2"
Optim = "1"
ParallelUtilities = "0.8"
Plots = "1"
RuntimeGeneratedFunctions = "0.5"
Symbolics = "5"
Zygote = "0.6"
julia = "1.6"
[extras]
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["SafeTestsets", "Test"]