Skip to content

Commit f0ff00b

Browse files
committed
Up deps: ClimaParams and CloudMicrophysics
1 parent 7be8e1e commit f0ff00b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.buildkite/Manifest-v1.11.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,9 @@ version = "0.2.15"
410410

411411
[[deps.ClimaParams]]
412412
deps = ["TOML"]
413-
git-tree-sha1 = "def266f395ac840b9aa530ed888ac6bb2b9726b4"
413+
git-tree-sha1 = "8f76fb84975762ac8e12fadcb87992b2a92e3966"
414414
uuid = "5c42b081-d73a-476f-9059-fd94b934656c"
415-
version = "0.10.33"
415+
version = "0.10.35"
416416

417417
[[deps.ClimaReproducibilityTests]]
418418
deps = ["OrderedCollections", "PrettyTables"]
@@ -452,9 +452,9 @@ version = "0.1.13"
452452

453453
[[deps.CloudMicrophysics]]
454454
deps = ["ClimaParams", "DocStringExtensions", "ForwardDiff", "LazyArtifacts", "LogExpFunctions", "QuadGK", "RootSolvers", "SpecialFunctions", "Thermodynamics"]
455-
git-tree-sha1 = "55810bafe2bc9e0fb9e2a5301ad5009939046690"
455+
git-tree-sha1 = "7bc112bf39c90925ca3856ac0fcb4c68d45c952f"
456456
uuid = "6a9e3e04-43cd-43ba-94b9-e8782df3c71b"
457-
version = "0.24.1"
457+
version = "0.24.2"
458458

459459
[deps.CloudMicrophysics.extensions]
460460
EmulatorModelsExt = ["DataFrames", "MLJ"]
@@ -2263,9 +2263,9 @@ version = "0.9.4"
22632263

22642264
[[deps.Sixel]]
22652265
deps = ["Dates", "FileIO", "ImageCore", "IndirectArrays", "OffsetArrays", "REPL", "libsixel_jll"]
2266-
git-tree-sha1 = "a8dd0ed8a9e277013fdd4da1a413c748b349b7ec"
2266+
git-tree-sha1 = "0494aed9501e7fb65daba895fb7fd57cc38bc743"
22672267
uuid = "45858cf5-a6b0-47a3-bbea-62219f50df47"
2268-
version = "0.1.4"
2268+
version = "0.1.5"
22692269

22702270
[[deps.SnoopCompile]]
22712271
deps = ["AbstractTrees", "FlameGraphs", "InteractiveUtils", "OrderedCollections", "Printf", "Profile", "Serialization", "SnoopCompileCore", "YAML"]

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ AtmosphericProfilesLibrary = "0.1.7"
4444
ClimaComms = "0.6.8"
4545
ClimaCore = "0.14.34"
4646
ClimaDiagnostics = "0.2.12"
47-
ClimaParams = "0.10.32"
47+
ClimaParams = "0.10.35"
4848
ClimaTimeSteppers = "0.8.2"
4949
ClimaUtilities = "0.1.22"
50-
CloudMicrophysics = "0.24.1"
50+
CloudMicrophysics = "0.24.2"
5151
Dates = "1"
5252
ForwardDiff = "0.10.38, 1"
5353
Insolation = "0.9.2"
@@ -65,7 +65,7 @@ SciMLBase = "2.12"
6565
StaticArrays = "1.7"
6666
Statistics = "1"
6767
SurfaceFluxes = "0.11, 0.12"
68-
Thermodynamics = "0.12.12"
68+
Thermodynamics = "0.12.13"
6969
UnrolledUtilities = "0.1.9"
7070
YAML = "0.4"
7171
julia = "1.9"

0 commit comments

Comments
 (0)