Skip to content

Commit

Permalink
Update compats to meet Julia reg requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
costachris committed Dec 3, 2023
1 parent d607526 commit 12a2fdd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
[compat]
CLIMAParameters = "0.7"
ClimaCore = "0.10"
ClimaComms = ">= 0.5.6"
ClimaComms = "0.5.6"
CloudMicrophysics = "0.10, 0.11, 0.12"
Dierckx = "0.5"
Distributions = "0.25"
Expand All @@ -44,7 +44,7 @@ StochasticDiffEq = "6"
SurfaceFluxes = "0.6, 0.7, 0.8"
Thermodynamics = "0.9, 0.10, 0.11"
UnPack = "1.0"
julia = "1.7"
julia = "1.5"

[extras]
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
2 changes: 1 addition & 1 deletion integration_tests/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.9.3"
manifest_format = "2.0"
project_hash = "345cec846805c94312fca22b49bca8910cdd8096"
project_hash = "040af4979d073cdae89a200ac35d4c63ce21fe6b"

[[deps.ADTypes]]
git-tree-sha1 = "332e5d7baeff8497b923b730b994fa480601efc7"
Expand Down
4 changes: 2 additions & 2 deletions integration_tests/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ArtifactWrappers = "0.2"
AtmosphericProfilesLibrary = "0.1"
CLIMAParameters = "0.7"
ClimaCore = "0.10"
ClimaComms = ">= 0.5.6"
ClimaComms = "0.5.6"
CloudMicrophysics = "0.10, 0.11, 0.12"
Dierckx = "0.5"
Distributions = "0.25"
Expand All @@ -80,7 +80,7 @@ SurfaceFluxes = "0.6, 0.7, 0.8"
TerminalLoggers = "0.1"
Thermodynamics = "0.9, 0.10, 0.11"
UnPack = "1.0"
julia = "1.7"
julia = "1.5"

[extras]
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
2 changes: 1 addition & 1 deletion perf/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.9.3"
manifest_format = "2.0"
project_hash = "98b136be4251692c8cae9a1ca1a1726f8f4ae3cc"
project_hash = "8e15260a1d7a1174a17cdabefa5b5cf04b659913"

[[deps.ADTypes]]
git-tree-sha1 = "332e5d7baeff8497b923b730b994fa480601efc7"
Expand Down
4 changes: 2 additions & 2 deletions perf/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ AtmosphericProfilesLibrary = "0.1"
BenchmarkTools = "1.3.1"
CLIMAParameters = "0.7"
ClimaCore = "0.10"
ClimaComms = ">= 0.5.6"
ClimaComms = "0.5.6"
CloudMicrophysics = "0.10, 0.11, 0.12"
Dierckx = "0.5"
DiffEqNoiseProcess = "5.9.0"
Expand All @@ -77,7 +77,7 @@ SurfaceFluxes = "0.6, 0.7, 0.8"
TerminalLoggers = "0.1"
Thermodynamics = "0.9, 0.10, 0.11"
UnPack = "1.0"
julia = "1.7"
julia = "1.5"

[extras]
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
4 changes: 2 additions & 2 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ArtifactWrappers = "0.2"
AtmosphericProfilesLibrary = "0.1"
CLIMAParameters = "0.7"
ClimaCore = "0.10"
ClimaComms = ">= 0.5.6"
ClimaComms = "0.5.6"
CloudMicrophysics = "0.10, 0.11, 0.12"
Dierckx = "0.5"
Distributions = "0.25"
Expand All @@ -81,7 +81,7 @@ SurfaceFluxes = "0.6, 0.7, 0.8"
TerminalLoggers = "0.1"
Thermodynamics = "0.9, 0.10, 0.11"
UnPack = "1.0"
julia = "1.7"
julia = "1.5"

[extras]
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"

0 comments on commit 12a2fdd

Please sign in to comment.