Skip to content

Commit

Permalink
fix compat
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwegert committed Nov 26, 2024
1 parent c47c249 commit d9c20fb
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ CircularArrays = "7a955b69-7140-5f4e-a0ed-f168c5e2e749"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Gridap = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e"
GridapDistributed = "f9701e48-63b3-45aa-9a63-9bc6c271f355"
GridapEmbedded = "8838a6a3-0006-4405-b874-385995508d5d"
GridapPETSc = "bcdc36c2-0c3e-11ea-095a-c9dadae499f1"
Expand All @@ -25,18 +24,17 @@ SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"

[compat]
BenchmarkTools = "1"
BlockArrays = "0.16,1"
BlockArrays = "1"
ChainRulesCore = "1"
CircularArrays = "1"
FillArrays = "0.8.4,1"
FillArrays = "1"
Gridap = "0.18"
GridapDistributed = "0.4"
GridapEmbedded = "0.9.5"
GridapPETSc = "0.5"
GridapSolvers = "0.4"
JLD2 = "0.4,0.5"
MPI = "0.19, 0.20"
PartitionedArrays = "0.3"
JLD2 = "0.4"
MPI = "0.16, 0.17, 0.18, 0.19, 0.20"
PartitionedArrays = "0.3.3"
SparseMatricesCSR = "0.6.6"
julia = "1.6.7"

Expand Down

0 comments on commit d9c20fb

Please sign in to comment.