Skip to content

Commit

Permalink
Unpin anndata (#551)
Browse files Browse the repository at this point in the history
* unpin anndata

* Update CHANGELOG.md
  • Loading branch information
grst authored Oct 30, 2024
1 parent d8efffa commit e5ffada
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning][].
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html

## [Unreleased]
## v0.19.0

### Additions

Expand All @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning][].
### Fixes

- Add all optional dependencies required for testing to the `[test]` dependency group ([#562](https://github.com/scverse/scirpy/pull/562)).
- Unpin AnnData version ([#551](https://github.com/scverse/scirpy/pull/551))

## v0.18.0

Expand Down
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 e5ffada

Please sign in to comment.