chore: Prep quarto working env
This commit is contained in:
parent
4201d97168
commit
dd1394007f
2 changed files with 2398 additions and 1 deletions
2392
poetry.lock
generated
2392
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -9,8 +9,15 @@ readme = "README.md"
|
||||||
python = "<3.13,>=3.11"
|
python = "<3.13,>=3.11"
|
||||||
pandas = "^2.1.1"
|
pandas = "^2.1.1"
|
||||||
seaborn = "^0.12.2"
|
seaborn = "^0.12.2"
|
||||||
|
bibtexparser = {version = ">=2.0.0b1", allow-prereleases = true}
|
||||||
|
jupyter = "^1.0.0"
|
||||||
|
jupyter-cache = "^0.6.1"
|
||||||
|
|
||||||
|
|
||||||
|
[tool.poetry.group.dev.dependencies]
|
||||||
|
pynvim = "^0.4.3"
|
||||||
|
pyperclip = "^1.8.2"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
Loading…
Reference in a new issue