Skip to content

Commit 55e5c59

Browse files
fix: set version range for Seurat & SeuratObject
also need Matrix
1 parent 356f8b4 commit 55e5c59

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Imports:
6464
magrittr (>= 2.0.3),
6565
markdown (>= 1.1),
6666
MAST (>= 1.20.0),
67+
Matrix,
6768
methods (>= 4.1.3),
6869
pheatmap,
6970
plotly (>= 4.10.0),
@@ -79,8 +80,10 @@ Imports:
7980
rlang (>= 1.0.6),
8081
scales,
8182
scDblFinder,
82-
Seurat (== 4.3.0),
83-
SeuratObject (== 4.1.3),
83+
Seurat (>= 4.3.0),
84+
Seurat (< 5.0.0),
85+
SeuratObject (>= 4.1.3),
86+
SeuratObject (< 5.0.0),
8487
SingleR (>= 1.8.1),
8588
statmod (>= 1.4.37),
8689
stringr (>= 1.4.1),

0 commit comments

Comments
 (0)