Skip to content

Commit

Permalink
Try #1487:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored Oct 25, 2023
2 parents f31a62a + 4812b70 commit 55b12a6
Show file tree
Hide file tree
Showing 70 changed files with 4,121 additions and 2,617 deletions.
4 changes: 2 additions & 2 deletions .dev/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ version = "0.21.4"

[[deps.JuliaFormatter]]
deps = ["CSTParser", "CommonMark", "DataStructures", "Glob", "Pkg", "PrecompileTools", "Tokenize"]
git-tree-sha1 = "80031f6e58b09b0de4553bf63d9a36ec5db57967"
git-tree-sha1 = "0bac3374ff3aa798148669ecb5559ba20c8b0e73"
uuid = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
version = "1.0.39"
version = "1.0.40"

[[deps.LibCURL]]
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
Expand Down
1 change: 1 addition & 0 deletions .dev/up_deps.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dirs = (
joinpath(root, "perf"),
joinpath(root, "docs"),
joinpath(root, "test"),
joinpath(root, "benchmarks"),
joinpath(root, "lib", "ClimaCoreMakie"),
joinpath(root, "lib", "ClimaCorePlots"),
joinpath(root, "lib", "ClimaCoreTempestRemap"),
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ docs/src/tutorials/
!docs/src/assets/
!examples/Manifest.toml
!perf/Manifest.toml
!benchmarks/Manifest.toml

# File generated by Pkg, the package manager, based on a corresponding Project.toml
# It records a fixed state of all packages used by the project. As such, it should not be
Expand Down
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Memoize = "c03570c3-d221-55d1-a50c-7939bbd78826"
PkgVersion = "eebad327-c553-4316-9ea0-9fa01ccd7688"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Expand All @@ -28,6 +29,7 @@ Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
WeakValueDicts = "897b6980-f191-5a31-bcb0-bf3c4585e0c1"

[compat]
Adapt = "3"
Expand All @@ -43,13 +45,15 @@ GaussQuadrature = "0.5"
GilbertCurves = "0.1"
HDF5 = "0.16, 0.17"
IntervalSets = "0.5, 0.6, 0.7"
Memoize = "0.4"
PkgVersion = "0.1, 0.2, 0.3"
RecursiveArrayTools = "2"
Requires = "1"
RootSolvers = "0.3, 0.4"
Static = "0.4, 0.5, 0.6, 0.7, 0.8"
StaticArrays = "1"
UnPack = "1"
WeakValueDicts = "0.1"
julia = "1.8"

[extras]
Expand Down
Loading

0 comments on commit 55b12a6

Please sign in to comment.