Skip to content

Commit

Permalink
Merge #186
Browse files Browse the repository at this point in the history
186: Fix package deps for a release r=nefrathenrici a=trontrytel

Trying to fix:

```
Your new version pull request does not meet the guidelines for auto-merging. Please make sure that you have read the General registry README and the AutoMerge guidelines. The following guidelines were not met:
The following dependencies do not have a [compat] entry that is upper-bounded and only includes a finite number of breaking releases: CLIMAParameters, NonlinearSolve
```

Co-authored-by: Anna Jaruga <ajaruga@caltech.edu>
  • Loading branch information
bors[bot] and trontrytel authored Aug 23, 2023
2 parents 1e82cac + 9428f34 commit 0898dd4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"

[compat]
CLIMAParameters = ">=0.7.12"
CLIMAParameters = "0.7.12"
DocStringExtensions = "0.8, 0.9"
ForwardDiff = "0.10"
KernelAbstractions = "0.8, 0.9"
NonlinearSolve = "1.8"
SpecialFunctions = "1, 2"
Thermodynamics = "0.9, 0.10"
julia = "1.5"
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
[compat]
CLIMAParameters = ">=0.7.12"
CLIMAParameters = "0.7.12"
2 changes: 1 addition & 1 deletion parcel/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
[compat]
CLIMAParameters = ">=0.7.12"
CLIMAParameters = "0.7.12"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"

[compat]
CLIMAParameters = ">=0.7.12"
CLIMAParameters = "0.7.12"

0 comments on commit 0898dd4

Please sign in to comment.