Skip to content

Commit

Permalink
pip prod(deps): update seaborn requirement from ^0.12.0 to >=0.12,<0.14
Browse files Browse the repository at this point in the history
Updates the requirements on [seaborn](https://github.com/mwaskom/seaborn) to permit the latest version.
- [Release notes](https://github.com/mwaskom/seaborn/releases)
- [Commits](mwaskom/seaborn@v0.12.0...v0.13.1)

---
updated-dependencies:
- dependency-name: seaborn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent e9cdc8b commit 8d278e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ python = "^3.8"
pandas = "^1.5.0"
numpy = "^1.23.5"
plotnine = "^0.12.0"
seaborn = "^0.12.0"
seaborn = ">=0.12,<0.14"
requests = "^2.28.0"
python-circos = "^0.3.0"
anndata = { optional = true, version = ">=0.7.6,<0.10.0" }
Expand Down

0 comments on commit 8d278e3

Please sign in to comment.