File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning][].
88[ keep a changelog ] : https://keepachangelog.com/en/1.0.0/
99[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
1010
11- ## [ Unreleased ]
11+ ## v0.19.0
1212
1313### Additions
1414
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning][].
1818### Fixes
1919
2020- Add all optional dependencies required for testing to the ` [test] ` dependency group ([ #562 ] ( https://github.com/scverse/scirpy/pull/562 ) ).
21+ - Unpin AnnData version ([ #551 ] ( https://github.com/scverse/scirpy/pull/551 ) )
2122
2223## v0.18.0
2324
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ urls.Documentation = "https://scirpy.readthedocs.io/"
2020urls.Source = " https://github.com/scverse/scirpy"
2121urls.Home-page = " https://github.com/scverse/scirpy"
2222dependencies = [
23- ' anndata>=0.9,<0.10.9 ' , # TODO remove constraint
23+ ' anndata>=0.9' ,
2424 ' awkward>=2.1.0' ,
2525 ' mudata>=0.2.3' ,
2626 ' scanpy>=1.9.3' ,
@@ -64,7 +64,7 @@ doc = [
6464 ' pycairo' ,
6565 ' jupyter_client' ,
6666 ' sc-dandelion' ,
67- ' muon>= 0.1.5 ' ,
67+ ' muon>0.1.6 ' ,
6868 # for executing notebooks on CI
6969 ' nbconvert' ,
7070 # I don't know why this would be needed, but it complains about zarr missing when building
You can’t perform that action at this time.
0 commit comments