chore(repo): Fix build package requirements
This commit is contained in:
parent
6c621bd0bf
commit
97df1d4814
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@ name = "scoping-review"
|
||||||
version = "0.5.1"
|
version = "0.5.1"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Marty Oehme <marty.oehme@gmail.com>"]
|
authors = ["Marty Oehme <marty.oehme@gmail.com>"]
|
||||||
readme = "README.md"
|
packages = [{ include = "src" }]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "<3.13,>=3.11"
|
python = "<3.13,>=3.11"
|
||||||
pandas = "^2.1.1"
|
pandas = "^2.1.1"
|
||||||
seaborn = "^0.13.0"
|
seaborn = "^0.13.0"
|
||||||
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"
|
tabulate = "^0.9.0"
|
||||||
|
|
Loading…
Reference in a new issue