chore(repo): Update Python env and seaborn version

Updated seaborn version to 0.13 to avoid deprecation warnings for
each single plot.
This commit is contained in:
Marty Oehme 2023-11-12 18:10:44 +01:00
parent 81a8894a23
commit 9fa8eb4324
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 843 additions and 863 deletions

1704
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "<3.13,>=3.11"
pandas = "^2.1.1"
seaborn = "^0.12.2"
seaborn = "^0.13.0"
bibtexparser = {version = ">=2.0.0b1", allow-prereleases = true}
jupyter = "^1.0.0"
jupyter-cache = "^0.6.1"