Skip to content

Commit 211ad7c

Browse files
committed
add version limit for mudata and anndata
1 parent fa09653 commit 211ad7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ urls.Documentation = "https://flowsom.readthedocs.io/en/latest/"
2525
urls.Source = "https://github.com/saeyslab/FlowSOM_Python"
2626
urls.Home-page = "https://github.com/saeyslab/FlowSOM_Python"
2727
dependencies = [
28-
"mudata",
28+
"mudata<=0.2.4",
2929
"numpy",
3030
"matplotlib",
3131
"pandas",
@@ -37,7 +37,7 @@ dependencies = [
3737
"numba",
3838
"scanpy",
3939
"seaborn",
40-
"anndata",
40+
"anndata<=0.10.8",
4141
"loguru",
4242
]
4343

0 commit comments

Comments
 (0)