Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 6dad42e

Browse files
committed
Update pandas and lockfile to fix #250
1 parent c2266cb commit 6dad42e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ pypdf = [
3636
{version = ">=4.0,<6.0", python = ">=3.12"}
3737
]
3838
pandas = [
39-
{version = "^1.5.3", python = ">=3.8,<3.12"},
40-
{version = "^2.0.0", python = ">=3.12"}
39+
{version = "^1.5.3", python = ">=3.8,<3.10"},
40+
{version = "^2.2.2", python = ">=3.10"}
4141
]
4242

4343
tabulate = "^0.9.0"

0 commit comments

Comments
 (0)