-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
41 lines (39 loc) · 1.41 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
35
36
37
38
39
40
41
name = "OpenGeoSysUncertaintyQuantification"
uuid = "2b9e718a-2bbf-456a-af48-1d5a69fa48c6"
authors = ["baxmittens <[email protected]>"]
version = "0.1.6"
[deps]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
XMLParser = "b09a1ce3-015a-45b4-89ae-f27efbd2c76d"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
DistributedSparseGrids = "963c640e-cdaa-5978-8b8a-59ae1a680e3d"
VTUFileHandler = "6e9f8158-41af-4c42-b493-3202dfdd0db4"
XDMFFileHandler = "b0b32849-8088-4a6a-980f-ce3b511736e4"
Ogs6InputFileHandler = "711b9c6a-ebcb-49ea-83af-4d7ff437a08a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
AltInplaceOpsInterface = "d59240d3-86bd-48c4-8b44-fa29ea3b0621"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
DistributedMonteCarlo = "1911db96-88a4-4c72-b932-f455b4e9470b"
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
PGFPlotsX = "8314cec4-20b6-5062-9cdb-752b83310925"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
[compat]
julia = "1"
XDMFFileHandler = "0.1.3"
DistributedMonteCarlo = "0.1.1"
DistributedSparseGrids = "0.1.9"
StaticArrays = "^1.4.4"
XMLParser = "0.2.1"
Ogs6InputFileHandler = "0.0.3"
VTUFileHandler = "1.0.0"
Distributions = "0.25"
AltInplaceOpsInterface = "0.1"
Test = "1"
Distributed = "1"
LinearAlgebra = "1"
Format = "1"
PGFPlotsX = "1"
PrettyTables = "2"
DelimitedFiles = "1"