Skip to content

Commit

Permalink
using matplotlib from pip to avoid the libz error
Browse files Browse the repository at this point in the history
  • Loading branch information
youyupei committed Oct 4, 2023
1 parent b08e80b commit dfa2ba7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/basilisk.R
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
#' @importFrom basilisk BasiliskEnvironment
flames_env <- BasiliskEnvironment(
envname = "flames_env", pkgname = "FLAMES",
pip = c("fast-edit-distance==1.2.1", "blaze2==2.0.0a9"),
pip = c("fast-edit-distance==1.2.1", "blaze2==2.0.0a9", "matplotlib==3.5.3"),
packages = c(
"python==3.10",
"numpy==1.25.0",
"scipy==1.11.1",
"pysam==0.21.0",
"cutadapt==4.4",
"tqdm==4.64.1",
"matplotlib==3.5.3",
"pandas==1.3.5"
),
channels = c("conda-forge", "bioconda", "defaults")
Expand Down

1 comment on commit dfa2ba7

@ChangqingW
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.