-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
31 lines (29 loc) · 1.05 KB
/
Project.toml
File metadata and controls
31 lines (29 loc) · 1.05 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
name = "MultilevelMonteCarlo"
uuid = "c73a3db1-9a87-42fb-a757-1624f5fe552c"
version = "0.1.0"
[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GaussianRandomFields = "e4b2fa32-6e09-5554-b718-106ed5adafe9"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
CairoMakie = "0.15.9"
Distributions = "0.25.123"
ForwardDiff = "1.3.3"
GaussianRandomFields = "2.2.7"
NCDatasets = "0.14.15"
Parameters = "0.12.3"
ProgressMeter = "1.11.0"
QuadGK = "2.11.3"
SpecialFunctions = "2.7.2"
StaticArrays = "1.9.18"
Statistics = "1.11.1"