Skip to content

Commit 2c2d785

Browse files
require scprep v1.2 (#397)
Co-authored-by: Scott Gigante <scott.gigante@immunai.com>
1 parent afafab4 commit 2c2d785

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

openproblems/tasks/denoising/methods/alra.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
library(SingleCellExperiment)
1+
glibrary(SingleCellExperiment)
22
library(Matrix)
33
source("https://raw.githubusercontent.com/KlugerLab/ALRA/master/alra.R")
44
library(rsvd)

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"numpy>=1.17.0",
88
"scikit-learn>=0.19.1",
99
"anndata>=0.7.5,<0.8",
10-
"scprep @ git+https://github.com/scottgigante-immunai/"
11-
"scprep@scottgigante/rfunction/traceback",
10+
"scprep>=1.2.0",
1211
"scipy",
1312
"scanpy>=1.6",
1413
"louvain>=0.7",

0 commit comments

Comments
 (0)