Skip to content

Commit bae16b0

Browse files
authored
Merge pull request #132 from MultiSimOLab/less-restrictive-deps
Less restrictive dependencies
2 parents c1ba357 + d287d84 commit bae16b0

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

Project.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
2525
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
2626

2727
[compat]
28-
AbstractTrees = "0.4.5"
29-
BlockArrays = "1.9.3"
30-
DrWatson = "2.19.1"
31-
ForwardDiff = "1.3.2"
28+
AbstractTrees = "0.4"
29+
BlockArrays = "1.9"
30+
DrWatson = "2.19"
31+
ForwardDiff = "1.3"
3232
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"
33+
GridapDistributed = "0.4"
34+
GridapGmsh = "0.7"
35+
GridapPETSc = "0.5"
36+
GridapSolvers = "0.6"
37+
IterativeSolvers = "0.9"
38+
JSON = "1.4"
39+
PartitionedArrays = "0.3"
40+
ProfileView = "1.10"
41+
Roots = "2.2"
42+
StaticArrays = "1.9"
43+
TimerOutputs = "0.5"
44+
WriteVTK = "1.21"
45+
LinearAlgebra = "1.10"
46+
Profile = "1.10"
4747
julia = "1.10"

0 commit comments

Comments
 (0)