We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa09653 commit 211ad7cCopy full SHA for 211ad7c
1 file changed
pyproject.toml
@@ -25,7 +25,7 @@ urls.Documentation = "https://flowsom.readthedocs.io/en/latest/"
25
urls.Source = "https://github.com/saeyslab/FlowSOM_Python"
26
urls.Home-page = "https://github.com/saeyslab/FlowSOM_Python"
27
dependencies = [
28
- "mudata",
+ "mudata<=0.2.4",
29
"numpy",
30
"matplotlib",
31
"pandas",
@@ -37,7 +37,7 @@ dependencies = [
37
"numba",
38
"scanpy",
39
"seaborn",
40
- "anndata",
+ "anndata<=0.10.8",
41
"loguru",
42
]
43
0 commit comments