Skip to content

Commit 0f2ab89

Browse files
Update dependency pandas to v3
1 parent 337d1fe commit 0f2ab89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ backoff = "^2.2.1"
3232
chardet = "^5"
3333
openai = { version = ">=1.2.4", optional = true }
3434
openpyxl = { version = "^3.1.5", optional = true }
35-
pandas = { version = "^2.2.3", optional = true }
35+
pandas = { version = "^3.0.0", optional = true }
3636
python-dateutil = "^2.9.0"
3737

3838
[tool.poetry.extras]

0 commit comments

Comments
 (0)