Skip to content

Commit 24f71ef

Browse files
committed
bump version of h5py to one with compiled binaries for macOS-arm64
1 parent 94a36e0 commit 24f71ef

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

R/basilisk.R

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# .mofapy2_dependencies <- c(
22
# "h5py==3.1.0",
33
# "pandas==1.2.1",
4-
# "scikit-learn==0.24.1",
5-
# "dtw-python==1.1.10"
4+
# "scikit-learn==0.24.1",
5+
# "dtw-python==1.1.10"
66
# )
77

88
.mofapy2_dependencies <- c(
9-
"python=3.10.5",
10-
"numpy=1.23.1",
11-
"scipy=1.8.1",
12-
"pandas=1.4.3",
13-
"h5py=3.6.0",
14-
"scikit-learn=1.1.1",
15-
"dtw-python=1.2.2"
9+
"python=3.12.12",
10+
"numpy=1.26.4",
11+
"scipy=1.12.0",
12+
"pandas=2.2.1",
13+
"h5py=3.10.0",
14+
"scikit-learn=1.4.0",
15+
"dtw-python=1.3.1"
1616
)
1717

18-
.mofapy2_version <- "0.7.0"
18+
.mofapy2_version <- "0.7.2"
1919

2020
#' @importFrom basilisk BasiliskEnvironment
2121
mofa_env <- BasiliskEnvironment("mofa_env", pkgname="MOFA2", packages=.mofapy2_dependencies, pip = paste0("mofapy2==",.mofapy2_version))

0 commit comments

Comments
 (0)