-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
42 lines (38 loc) · 1.17 KB
/
Project.toml
File metadata and controls
42 lines (38 loc) · 1.17 KB
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
name = "QMC"
uuid = "b8e7c4a1-3f5d-4e9a-b2c6-1a8d9f0e7c3b"
license = "Apache-2.0"
version = "0.1.0"
authors = ["Sou-Cheng T. Choi", "Fred J. Hickernell", "QMC Contributors"]
[deps]
NBInclude = "0db19996-df87-5ea3-a455-e3a50d440464"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
Aqua = "0.8"
Distributions = "0.25"
Downloads = "1"
FFTW = "1"
Libdl = "1.10"
LinearAlgebra = "1.10"
NBInclude = "2.4"
Plots = "1"
Printf = "1.10"
Random = "1.10"
SpecialFunctions = "2"
Statistics = "1.10"
Test = "1.10"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
NBInclude = "0db19996-df87-5ea3-a455-e3a50d440464"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "NBInclude", "Plots", "Test"]