Skip to content

Commit cdbb0ce

Browse files
authoredJan 30, 2025··
Update pyproject.toml (#589)
* Update pyproject.toml * Update CHANGELOG.md
1 parent 10e260f commit cdbb0ce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ 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+
## v0.20.1
12+
13+
### Fixes
14+
15+
- Exclude `logomaker` v0.8.5 ([#589](https://github.com/scverse/scirpy/pull/589))
16+
1117
## v0.20.0
1218

1319
### Backwards-incompatible changes

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
'pooch>=1.7.0',
4141
'pycairo>=1.20; sys_platform == "win32"',
4242
'joblib>=1.3.1',
43-
'logomaker'
43+
'logomaker != 0.8.5'
4444
]
4545

4646
[project.optional-dependencies]

0 commit comments

Comments
 (0)
Please sign in to comment.