-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (28 loc) · 885 Bytes
/
Project.toml
File metadata and controls
32 lines (28 loc) · 885 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
30
31
32
name = "Mocca"
uuid = "eb14e3ba-90c8-11ed-0ecf-1dd2ea0d109c"
version = "0.0.1"
authors = ["Francesca Watson <francesca.watson@sintef.no>"]
[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Jutul = "2b460a1a-8a2b-45b2-b125-b5c536396eb9"
JutulDarcy = "82210473-ab04-4dce-b31b-11573c4f8e0a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[targets]
test = ["Test", "Statistics"]
[compat]
CairoMakie = "0.14.0"
JSON = "1.4.0"
Jutul = "0.4.20"
JutulDarcy = "0.3.1"
Parameters = "0.12.3"
StaticArrays = "1.9.16"
Tullio = "0.3.8"
LinearAlgebra = "1"
julia = "1.10"