Skip to content

Commit

Permalink
Update pyproject.toml (#589)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update CHANGELOG.md
  • Loading branch information
grst authored Jan 30, 2025
1 parent 10e260f commit cdbb0ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ 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

## v0.20.1

### Fixes

- Exclude `logomaker` v0.8.5 ([#589](https://github.com/scverse/scirpy/pull/589))

## v0.20.0

### Backwards-incompatible changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
'pooch>=1.7.0',
'pycairo>=1.20; sys_platform == "win32"',
'joblib>=1.3.1',
'logomaker'
'logomaker != 0.8.5'
]

[project.optional-dependencies]
Expand Down

0 comments on commit cdbb0ce

Please sign in to comment.