Skip to content

Commit

Permalink
add LinearAlgebra compat
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Nov 8, 2024
1 parent 2c055a7 commit d62964b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions experiments/ClimaCore/sea_breeze/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"

[compat]
ClimaTimeSteppers = "0.7"
LinearAlgebra = "1"
PrettyTables = "2"
Random = "1"
1 change: 1 addition & 0 deletions experiments/ClimaEarth/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ ClimaTimeSteppers = "0.7"
ClimaUtilities = "0.1"
Glob = "1"
Interpolations = "0.14, 0.15"
LinearAlgebra = "1"
StaticArrays = "1"
YAML = "0.4"
1 change: 1 addition & 0 deletions perf/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ ClimaTimeSteppers = "0.7"
ClimaUtilities = "0.1"
Glob = "1"
Interpolations = "0.14, 0.15"
LinearAlgebra = "1"
StaticArrays = "1"
YAML = "0.4"
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ ClimaUtilities = "0.1"
Dates = "1"
Downloads = "1"
IntervalSets = "0.5, 0.6, 0.7"
LinearAlgebra = "1"
Pkg = "1"
PrettyTables = "2"
StaticArrays = "1"
Expand Down

0 comments on commit d62964b

Please sign in to comment.