-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
34 lines (32 loc) · 1.12 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
name = "EasyGPs"
uuid = "dcfb08e9-329b-4987-96a2-39b8bd2240d0"
authors = ["Simone Carlo Surace <[email protected]>"]
version = "0.1.0"
[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
ApproximateGPs = "298c2ebc-0411-48ad-af38-99e88101b606"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
GPLikelihoods = "6031954c-0455-49d7-b3b9-3e1c99afaf40"
KernelFunctions = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e"
ParameterHandling = "2412ca09-6db7-441c-8e3a-88d5709968c5"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
TemporalGPs = "e155a3c4-0841-43e1-8b83-a0e4f03cc18f"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
julia = "1.9"
AbstractGPs = "0.5.17"
ApproximateGPs = "0.4.5"
Distributions = "0.25.89"
Enzyme = "0.11.14"
GPLikelihoods = "0.4.6"
KernelFunctions = "0.10.60"
Optimization = "3"
OptimizationOptimJL = "0.2"
ParameterHandling = "0.5"
Reexport = "1"
TemporalGPs = "0.6.4"
Zygote = "0.6.69"