Skip to content

Commit

Permalink
Merge branch 'main' into move_ratetables
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv authored Apr 7, 2024
2 parents 45cafd3 + 3284457 commit 8833cb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.10'
- '1.9'
- 'nightly'
os:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
schedule:
- cron: 0 0 * * *
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
CompatHelper:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
CSV = "0.10"
DataFrames = "1"
Distributions = "0.25"
LinearAlgebra = "1.6"
RCall = "0.14"
StatsAPI = "1"
StatsBase = "0.34"
StatsModels = "0.7"
Expand All @@ -29,9 +31,9 @@ RCall = "0.14"
RateTables = "0.1"

[extras]
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"

[targets]
test = ["Test", "TestItemRunner", "RCall"]

0 comments on commit 8833cb6

Please sign in to comment.