Skip to content

Commit

Permalink
bump StatsBase compat (#14)
Browse files Browse the repository at this point in the history
* bump StatsBase compat

* update ubuntu version
  • Loading branch information
palday authored May 3, 2023
1 parent cbdaac4 commit 1898674
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
julia-version: [1, 1.6]
julia-arch: [x64]
os: [ubuntu-18.04, macos-10.15, windows-2019]
os: [ubuntu-22.04, macos-10.15, windows-2019]
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "RegressionFormulae"
uuid = "545c379f-4ec2-4339-9aea-38f2fb6a8ba2"
authors = ["Dave Kleinschmidt", "Phillip Alday"]
version = "0.1.2"
version = "0.1.3"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"

[compat]
Combinatorics = "1"
StatsBase = "0.33"
StatsBase = "0.33, 0.34"
StatsModels = "0.7"
julia = "1.6"

Expand Down

2 comments on commit 1898674

@palday
Copy link
Collaborator Author

@palday palday commented on 1898674 May 3, 2023

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 created: JuliaRegistries/General/82821

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 v0.1.3 -m "<description of version>" 189867457f15b1046df94f958a0e3c539cd477a9
git push origin v0.1.3

Please sign in to comment.