-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
46 lines (44 loc) · 1.57 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
name = "GPDiffEq"
uuid = "4de859cf-bf9a-4c94-a796-5dda04c77145"
authors = ["Steffen Ridderbusch <[email protected]\n>"]
version = "0.1.0"
[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
ApproximateGPs = "298c2ebc-0411-48ad-af38-99e88101b606"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
KernelFunctions = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OnlineStats = "a15396b6-48d5-5d58-9928-6d29437db91e"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
AbstractGPs = "0.5.16"
ApproximateGPs = "0.4.5"
DiffEqBase = "6.127"
Distributions = "0.25"
DocStringExtensions = "0.9"
Enzyme = "0.11"
Functors = "0.4.5"
Interpolations = "0.14"
KernelFunctions = "0.10.55"
OnlineStats = "1.6.1"
Optimisers = "0.2.19"
Optimization = "3.14"
OptimizationOptimJL = "0.1.8"
OrdinaryDiffEq = "6.53"
Reexport = "1.2"
SciMLBase = "1.94"
Statistics = "^1.8.5"
StatsBase = "0.33"
julia = "1.9"