Skip to content

Commit 247d07e

Browse files
authored
Merge pull request #120 from MultiSimOLab/compat
Added `compat` section in Project.toml
2 parents dc2113b + f5ee4c7 commit 247d07e

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

Project.toml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "HyperFEM"
22
uuid = "ddbf423a-3df4-409e-9685-3dc416cae46c"
3-
authors = ["MultiSimo_Group"]
43
version = "0.0.1"
4+
authors = ["MultiSimo_Group"]
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -23,3 +23,25 @@ Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
2323
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2424
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
2525
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
26+
27+
[compat]
28+
AbstractTrees = "0.4.5"
29+
BlockArrays = "1.9.3"
30+
DrWatson = "2.19.1"
31+
ForwardDiff = "1.3.2"
32+
Gridap = "0.19.7"
33+
GridapDistributed = "0.4.10"
34+
GridapGmsh = "0.7.3"
35+
GridapPETSc = "0.5.6"
36+
GridapSolvers = "0.6.1"
37+
IterativeSolvers = "0.9.4"
38+
JSON = "1.4.0"
39+
PartitionedArrays = "0.3.5"
40+
ProfileView = "1.10.2"
41+
Roots = "2.2.10"
42+
StaticArrays = "1.9.16"
43+
TimerOutputs = "0.5.29"
44+
WriteVTK = "1.21.2"
45+
LinearAlgebra = "1.10.0"
46+
Profile = "1.10.0"
47+
julia = "1.10"

0 commit comments

Comments
 (0)