Skip to content

Commit

Permalink
unpin anndata
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Oct 17, 2024
1 parent 2157800 commit cba2739
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 @@ -20,7 +20,7 @@ urls.Documentation = "https://scirpy.readthedocs.io/"
urls.Source = "https://github.com/scverse/scirpy"
urls.Home-page = "https://github.com/scverse/scirpy"
dependencies = [
'anndata>=0.9,<0.10.9', # TODO remove constraint
'anndata>=0.9',
'awkward>=2.1.0',
'mudata>=0.2.3',
'scanpy>=1.9.3',
Expand Down Expand Up @@ -64,7 +64,7 @@ doc = [
'pycairo',
'jupyter_client',
'sc-dandelion',
'muon>=0.1.5',
'muon>0.1.6',
# for executing notebooks on CI
'nbconvert',
# I don't know why this would be needed, but it complains about zarr missing when building
Expand Down

0 comments on commit cba2739

Please sign in to comment.