diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index 63d21a435..f03a58212 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -38,6 +38,8 @@ jobs: strategy: ${{ matrix.test-strategy }} additional-env-vars: | PKG_SYSREQS_DRY_RUN=true + extra-deps: | + SummarizedExperiment (>= 1.36.0) branch-cleanup: if: > github.event_name == 'schedule' || ( diff --git a/DESCRIPTION b/DESCRIPTION index 53abb432b..67fbc16df 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -51,7 +51,7 @@ Imports: stats, teal.code (>= 0.5.0.9015), teal.logger (>= 0.3.0.9003), - teal.reporter (>= 0.3.1.9004), + teal.reporter (>= 0.3.1.9023), teal.widgets (>= 0.4.0), tools, utils @@ -60,7 +60,7 @@ Suggests: ggplot2 (>= 3.4.0), knitr (>= 1.42), mirai (>= 1.1.1), - MultiAssayExperiment, + MultiAssayExperiment (>= 1.32.0), R6, renv (>= 1.0.11), rmarkdown (>= 2.23),