Skip to content

Commit 7d30216

Browse files
authored
Merge pull request #625 from CliMA/js/v0261
update compats; tag patch release
2 parents 9479841 + 338c107 commit 7d30216

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CloudMicrophysics"
22
uuid = "6a9e3e04-43cd-43ba-94b9-e8782df3c71b"
33
authors = ["Climate Modeling Alliance"]
4-
version = "0.26.1"
4+
version = "0.26.2"
55

66
[deps]
77
ClimaParams = "5c42b081-d73a-476f-9059-fd94b934656c"
@@ -22,15 +22,15 @@ MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
2222
EmulatorModelsExt = ["DataFrames", "MLJ"]
2323

2424
[compat]
25-
ClimaParams = "0.10.35"
25+
ClimaParams = "0.10.35, 0.11"
2626
DataFrames = "1.6"
2727
DocStringExtensions = "0.8, 0.9"
2828
ForwardDiff = "0.10, 1"
2929
LazyArtifacts = "1"
3030
LogExpFunctions = "0.3.29"
3131
MLJ = "0.20"
32-
RootSolvers = "0.3, 0.4"
32+
RootSolvers = "0.3, 0.4, 1"
3333
SpecialFunctions = "1, 2"
3434
StaticArrays = "1.9"
35-
Thermodynamics = "0.12.14"
35+
Thermodynamics = "0.12.14, 0.13"
3636
julia = "1.6"

0 commit comments

Comments
 (0)