Skip to content

Commit

Permalink
Update compats
Browse files Browse the repository at this point in the history
Gridap and other satellite packages recently updated their `compat` in the `Project.toml`. This broke the package compat in this repo.
  • Loading branch information
zjwegert authored Nov 23, 2024
1 parent 965a3f1 commit 16eac64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"

[compat]
BenchmarkTools = "1"
BlockArrays = "0.16"
BlockArrays = "1"
ChainRulesCore = "1"
CircularArrays = "1"
FillArrays = "0.8.4,1"
FillArrays = "1"
Gridap = "0.18"
GridapDistributed = "0.4"
GridapPETSc = "0.5"
GridapSolvers = "0.3"
GridapSolvers = "0.4"
JLD2 = "0.4"
MPI = "0.19, 0.20"
PartitionedArrays = "0.3"
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 16eac64

Please sign in to comment.