Skip to content

Commit c875611

Browse files
committed
clarifying comment
1 parent 6dd64b9 commit c875611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/install.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install_keras <- function(method = c("auto", "virtualenv", "conda"),
2727
...) {
2828

2929
pkgs <- default_extra_packages(tensorflow)
30-
if(!is.null(extra_packages))
30+
if(!is.null(extra_packages)) # user supplied package version constraints take precedence
3131
pkgs[gsub("[=<>~]{1,2}[0-9.]+$", "", extra_packages)] <- extra_packages
3232

3333
if(tensorflow == "default") # may be different from tensorflow

0 commit comments

Comments
 (0)