From ddb8f12a9ab6c6f955352caeceaebb8af364e41d Mon Sep 17 00:00:00 2001 From: Tomasz Kalinowski Date: Wed, 9 Feb 2022 15:00:59 -0500 Subject: [PATCH] undepend dev reticulate --- .github/workflows/R-CMD-check.yaml | 2 +- DESCRIPTION | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 4187776..7139725 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -83,7 +83,7 @@ jobs: id: r-package-cache with: path: ${{ env.R_LIBS_USER }} - key: ${{ matrix.os }}-${{ steps.setup-r.outputs.installed-r-version }}-${{ steps.get-date.outputs.year-week }} + key: ${{ matrix.os }}-${{ steps.setup-r.outputs.installed-r-version }}-${{ steps.get-date.outputs.year-week }}-1 - name: Install remotes if: steps.r-package-cache.outputs.cache-hit != 'true' diff --git a/DESCRIPTION b/DESCRIPTION index 6345114..0429d3e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -39,7 +39,7 @@ Depends: R (>= 3.1) Imports: config, processx, - reticulate (> 1.24), + reticulate (>= 1.24), tfruns (>= 1.0), utils, yaml, @@ -51,5 +51,3 @@ Suggests: keras, callr RoxygenNote: 7.1.2 -Remotes: - rstudio/reticulate