Skip to content

Commit

Permalink
Merge #246
Browse files Browse the repository at this point in the history
246: Update [compat] with new 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 <[email protected]>
  • Loading branch information
bors[bot] and odunbar authored Nov 1, 2023
2 parents ac709c0 + d391cbf commit 52f2001
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ ScikitLearn = "0.6, 0.7"
StableRNGs = "1"
Statistics = "1"
StatsBase = "0.33, 0.34"
julia = "1.6, 1.7, 1.8"
Printf = "1"
Random = "1"
julia = "1.6, 1.7, 1.8, 1.9"

[extras]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Expand Down

0 comments on commit 52f2001

Please sign in to comment.