We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd64b9 commit c875611Copy full SHA for c875611
R/install.R
@@ -27,7 +27,7 @@ install_keras <- function(method = c("auto", "virtualenv", "conda"),
27
...) {
28
29
pkgs <- default_extra_packages(tensorflow)
30
- if(!is.null(extra_packages))
+ if(!is.null(extra_packages)) # user supplied package version constraints take precedence
31
pkgs[gsub("[=<>~]{1,2}[0-9.]+$", "", extra_packages)] <- extra_packages
32
33
if(tensorflow == "default") # may be different from tensorflow
0 commit comments