Skip to content

Commit

Permalink
add dependencies required for the same reason as M1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed May 23, 2024
1 parent ade4aaa commit 846eab7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion R/basilisk.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
# and dependencies pinned to fix various issues linked below
.scvelo_dependencies <- list(
"x86_64" = c(
"scvelo==0.2.5"
"scvelo==0.2.5",
"matplotlib==3.7.3", # https://stackoverflow.com/questions/77128061/ydata-profiling-profilereport-attributeerror-module-matplotlib-cbook-has-no
"tqdm==4.66.4", # required for progress bar`
"ipywidgets==8.1.2", # required for progress bar
"jupyterlab==4.2.0", # required for progress bar
"numpy==1.23.1" # https://github.com/OpenTalker/video-retalking/issues/35
),
"aarch64" = c(
'absl-py==2.1.0',
Expand Down

0 comments on commit 846eab7

Please sign in to comment.