Skip to content

Commit

Permalink
add version limit for mudata and anndata
Browse files Browse the repository at this point in the history
  • Loading branch information
berombau committed Sep 25, 2024
1 parent fa09653 commit 211ad7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ urls.Documentation = "https://flowsom.readthedocs.io/en/latest/"
urls.Source = "https://github.com/saeyslab/FlowSOM_Python"
urls.Home-page = "https://github.com/saeyslab/FlowSOM_Python"
dependencies = [
"mudata",
"mudata<=0.2.4",
"numpy",
"matplotlib",
"pandas",
Expand All @@ -37,7 +37,7 @@ dependencies = [
"numba",
"scanpy",
"seaborn",
"anndata",
"anndata<=0.10.8",
"loguru",
]

Expand Down

0 comments on commit 211ad7c

Please sign in to comment.