Skip to content

Commit

Permalink
undepend dev reticulate
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Feb 9, 2022
1 parent df34256 commit ddb8f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Depends: R (>= 3.1)
Imports:
config,
processx,
reticulate (> 1.24),
reticulate (>= 1.24),
tfruns (>= 1.0),
utils,
yaml,
Expand All @@ -51,5 +51,3 @@ Suggests:
keras,
callr
RoxygenNote: 7.1.2
Remotes:
rstudio/reticulate

0 comments on commit ddb8f12

Please sign in to comment.