Skip to content

Commit e5ffada

Browse files
authored
Unpin anndata (#551)
* unpin anndata * Update CHANGELOG.md
1 parent d8efffa commit e5ffada

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff 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

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ urls.Documentation = "https://scirpy.readthedocs.io/"
2020
urls.Source = "https://github.com/scverse/scirpy"
2121
urls.Home-page = "https://github.com/scverse/scirpy"
2222
dependencies = [
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

0 commit comments

Comments
 (0)