Skip to content

Commit

Permalink
Merge pull request #1378 from CliMA/modify_compats
Browse files Browse the repository at this point in the history
Update compats to meet Julia reg requirements
  • Loading branch information
costachris authored Dec 3, 2023
2 parents d607526 + 12a2fdd commit eb6d135
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"

2 comments on commit eb6d135

@costachris
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/96360

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.3.5 -m "<description of version>" eb6d135ad97b2377f9169576f1469afd9c4a86e5
git push origin v1.3.5

Please sign in to comment.