Skip to content

Commit

Permalink
exact match
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed May 22, 2024
1 parent ec5e550 commit f5825d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions R/basilisk.R
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# scvelo 0.2.5
# and dependencies pinned to fix various issues linked below
.scvelo_dependencies <- c(
"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
"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
)

#' @importFrom basilisk BasiliskEnvironment
Expand Down

0 comments on commit f5825d4

Please sign in to comment.