We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e260f commit cdbb0ceCopy full SHA for cdbb0ce
CHANGELOG.md
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning][].
8
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
9
[semantic versioning]: https://semver.org/spec/v2.0.0.html
10
11
+## v0.20.1
12
+
13
+### Fixes
14
15
+- Exclude `logomaker` v0.8.5 ([#589](https://github.com/scverse/scirpy/pull/589))
16
17
## v0.20.0
18
19
### Backwards-incompatible changes
pyproject.toml
@@ -40,7 +40,7 @@ dependencies = [
40
'pooch>=1.7.0',
41
'pycairo>=1.20; sys_platform == "win32"',
42
'joblib>=1.3.1',
43
- 'logomaker'
+ 'logomaker != 0.8.5'
44
]
45
46
[project.optional-dependencies]
0 commit comments