chore: Add tabulate library to python env
This commit is contained in:
parent
d902f2c21c
commit
aa7995b5b1
2 changed files with 2 additions and 1 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
@ -3001,4 +3001,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "<3.13,>=3.11"
|
python-versions = "<3.13,>=3.11"
|
||||||
content-hash = "eb18b7b2d24f653f274315957549cbdae1f275b5bd8d9cf0aacf99c354006e09"
|
content-hash = "e42db7a24164b55f144ca7fb3e2cdd8d589d5b6607e320ceaa5aa4ebe73c26b1"
|
||||||
|
|
|
@ -12,6 +12,7 @@ seaborn = "^0.12.2"
|
||||||
bibtexparser = {version = ">=2.0.0b1", allow-prereleases = true}
|
bibtexparser = {version = ">=2.0.0b1", allow-prereleases = true}
|
||||||
jupyter = "^1.0.0"
|
jupyter = "^1.0.0"
|
||||||
jupyter-cache = "^0.6.1"
|
jupyter-cache = "^0.6.1"
|
||||||
|
tabulate = "^0.9.0"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
pynvim = "^0.4.3"
|
pynvim = "^0.4.3"
|
||||||
|
|
Loading…
Reference in a new issue