-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (25 loc) · 784 Bytes
/
Project.toml
File metadata and controls
29 lines (25 loc) · 784 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
27
28
29
name = "FastGaussianProcesses"
uuid = "0daff098-cd89-4feb-a73f-3cd5564178fe"
authors = ["alegresor agsorokin3@gmail.com"]
version = "1.0.0"
[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Hadamard = "4a05ff16-5f95-55f4-bb53-bb3f467c689a"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
QMCGenerators = "fcae8fc2-2969-4f4b-b6c9-a95746d81969"
[compat]
CairoMakie = "0.10, 0.11"
Distributions = "0.25"
FFTW = "1"
Hadamard = "1"
LaTeXStrings = "1"
QMCGenerators = "1.4"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]