Skip to content

Commit

Permalink
python specific pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Sep 3, 2024
1 parent b296f4b commit 6dbf835
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,17 @@ numpy = [
{version = "^2.0.0", python = ">=3.12"}
]
openpyxl = "^3.1.0"
pandas = "^1.5.3"

pdfminer-six = "^20240706"
pypdf = [
{version = "^3.17", python = ">=3.8,<3.12"},
{version = "^4.0", python = ">=3.12"}
]
pandas = [
{version = "^1.5.3", python = ">=3.8,<3.12"},
{version = "^2.0.0", python = ">=3.12"}
]

tabulate = "^0.9.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 6dbf835

Please sign in to comment.