Skip to content

Commit

Permalink
Merge #345
Browse files Browse the repository at this point in the history
345: Update to new [compat] requirements r=odunbar a=odunbar

<!--- THESE LINES ARE COMMENTED -->
## Purpose 
<!--- One sentence to describe the purpose of this PR, refer to any linked issues:
#14 -- this will link to issue 14
Closes #2 -- this will automatically close issue 2 on PR merge
-->


## To-do
<!---  list of proposed tasks in the PR, move to "Content" on completion 
- Proposed task
-->


## Content
<!---  specific tasks that are currently complete 
- Solution implemented
-->


<!---
Review checklist

I have:
- followed the codebase contribution guide: https://clima.github.io/ClimateMachine.jl/latest/Contributing/
- followed the style guide: https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/
- followed the documentation policy: https://github.com/CliMA/policies/wiki/Documentation-Policy
- checked that this PR does not duplicate an open PR.

In the Content, I have included 
- relevant unit tests, and integration tests, 
- appropriate docstrings on all functions, structs, and modules, and included relevant documentation.

-->

----
- [ ] I have read and checked the items on the review checklist.


Co-authored-by: Oliver Dunbar <47412152+odunbar@users.noreply.github.com>
  • Loading branch information
bors[bot] and odunbar authored Nov 1, 2023
2 parents 677af4c + b3dd26d commit 21e106e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ StableRNGs = "1.0"
Statistics = "1"
StatsBase = "^0.33, 0.34"
TOML = "1"
LinearAlgebra = "1"
Random = "1"
SparseArrays = "1"
julia = "1.5"

[extras]
Expand Down

0 comments on commit 21e106e

Please sign in to comment.