-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
26 lines (24 loc) · 869 Bytes
/
Project.toml
File metadata and controls
26 lines (24 loc) · 869 Bytes
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
name = "MLJGaussianProcesses"
uuid = "e2c51686-8c13-4540-892e-18cf079a7e1a"
authors = ["John Waczak <john.louis.waczak@gmail.com>"]
version = "0.1.1"
[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
KernelFunctions = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
ParameterHandling = "2412ca09-6db7-441c-8e3a-88d5709968c5"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
julia = "1.8,1.9"
AbstractGPs = "0.5"
Distributions = "0.25"
KernelFunctions = "0.10"
MLJModelInterface = "1.8"
Optim = "1.7"
ParameterHandling = "0.4"
Zygote = "0.6"