File tree 2 files changed +4
-3
lines changed
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][].
8
8
[ keep a changelog ] : https://keepachangelog.com/en/1.0.0/
9
9
[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
10
10
11
- ## [ Unreleased ]
11
+ ## v0.19.0
12
12
13
13
### Additions
14
14
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning][].
18
18
### Fixes
19
19
20
20
- 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 ) )
21
22
22
23
## v0.18.0
23
24
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ urls.Documentation = "https://scirpy.readthedocs.io/"
20
20
urls.Source = " https://github.com/scverse/scirpy"
21
21
urls.Home-page = " https://github.com/scverse/scirpy"
22
22
dependencies = [
23
- ' anndata>=0.9,<0.10.9 ' , # TODO remove constraint
23
+ ' anndata>=0.9' ,
24
24
' awkward>=2.1.0' ,
25
25
' mudata>=0.2.3' ,
26
26
' scanpy>=1.9.3' ,
@@ -64,7 +64,7 @@ doc = [
64
64
' pycairo' ,
65
65
' jupyter_client' ,
66
66
' sc-dandelion' ,
67
- ' muon>= 0.1.5 ' ,
67
+ ' muon>0.1.6 ' ,
68
68
# for executing notebooks on CI
69
69
' nbconvert' ,
70
70
# 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