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:
parent
81a8894a23
commit
9fa8eb4324
2 changed files with 843 additions and 863 deletions
1704
poetry.lock
generated
1704
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue