forked from SciML/SciMLBook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
62 lines (61 loc) · 2.16 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
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Dagger = "d58978e5-989f-55fb-8d15-ea34adc7bf54"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DiffEqUncertainty = "ef61062a-5684-51dc-bb67-a0fcdec5c97d"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Franklin = "713c75ef-9fc9-4b05-94a9-213340da978e"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
LatinHypercubeSampling = "a5e1c1ea-c99a-51d3-a14d-a9a37257b02d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
NodeJS = "2bd173c7-0d6d-553b-b6af-13a54713934c"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
ParameterizedFunctions = "65888b18-ceab-5e60-b2b9-181511a3b968"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Profile = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"
SIMD = "fdea26ae-647d-5447-a871-4b548cad5224"
Sobol = "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
Traceur = "37b6cedf-1f77-55f8-9503-c64b63398394"
Weave = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9"
[compat]
BenchmarkTools = "1"
CUDA = "5"
Dagger = "0.18"
DiffEqBase = "6"
DiffEqUncertainty = "1"
DifferentialEquations = "7"
Distributions = "0.25"
Flux = "0.13, 0.14"
ForwardDiff = "0.10"
Franklin = "0.10"
IntervalArithmetic = "0.22"
KernelDensity = "0.6"
LatinHypercubeSampling = "1"
MPI = "0.20"
Measurements = "2"
NodeJS = "2"
OrdinaryDiffEq = "6"
ParameterizedFunctions = "5"
Plots = "1"
SIMD = "3"
Sobol = "1"
StaticArrays = "1"
Statistics = "1"
StatsPlots = "0.15"
Sundials = "4"
Traceur = "0.3"
Weave = "0.10"