Skip to content

Commit 35b678d

Browse files
authored
Merge pull request #100 from gridap/ode-refactor
Update compats to include Gridap 0.18
2 parents 79b404f + d03f5fc commit 35b678d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GridapPETSc"
22
uuid = "bcdc36c2-0c3e-11ea-095a-c9dadae499f1"
33
authors = ["Francesc Verdugo <fverdugo@cimne.upc.edu>", "Víctor Sande <vsande@cimne.upc.edu>", "Alberto F. Martin <alberto.martin@monash.edu>"]
4-
version = "0.5.1"
4+
version = "0.5.2"
55

66
[deps]
77
Gridap = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e"
@@ -16,8 +16,8 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1616
SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
1717

1818
[compat]
19-
Gridap = "0.17"
20-
GridapDistributed = "0.3"
19+
Gridap = "0.17, 0.18"
20+
GridapDistributed = "0.3, 0.4"
2121
MPI = "0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20"
2222
PETSc_jll = "=3.13.4, =3.15.2"
2323
PartitionedArrays = "0.3"

0 commit comments

Comments
 (0)