Skip to content

Commit

Permalink
Updated compats
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed May 15, 2024
1 parent ae4e344 commit fb04650
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,29 @@ GridapSolvers = "6d3209ee-5e3c-4db7-a716-942eb12ed534"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"
PartitionedArrays = "5a9dfac6-5c52-46f7-8278-5e2210713be9"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

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

[extras]
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

0 comments on commit fb04650

Please sign in to comment.