Skip to content

Commit 3a5a680

Browse files
committed
install scipy on arm macs.
1 parent 13ae6cf commit 3a5a680

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

R/install.R

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ install_keras <- function(method = c("auto", "virtualenv", "conda"),
3333
method = method,
3434
conda = conda,
3535
version = version,
36-
extra_packages = c("pandas", "Pillow",
37-
"pydot",
38-
"tensorflow-hub",
39-
"tensorflow-datasets",
36+
extra_packages = c(default_extra_packages(),
4037
extra_packages),
4138
...))
4239
}
@@ -66,6 +63,7 @@ default_version <- numeric_version("2.9")
6663
default_extra_packages <- function(tensorflow_version = "default") {
6764
pkgs <- c(
6865
"tensorflow-hub",
66+
"tensorflow-datasets",
6967
"scipy",
7068
"requests",
7169
"pyyaml",

man/install_keras.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)