Skip to content

Commit

Permalink
fix install_keras()
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Aug 9, 2023
1 parent 688da24 commit 8073ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ install_keras <- function(method = c("auto", "virtualenv", "conda"),
conda = conda,
version = tensorflow,
extra_packages = pkgs,
envname = envname,
new_env = new_env,
# envname = envname,
# new_env = new_env,
pip_ignore_installed = pip_ignore_installed,
...
)
Expand Down

0 comments on commit 8073ee6

Please sign in to comment.