Skip to content

Commit c908bc2

Browse files
Update dependency pandas to v3
1 parent d7ac150 commit c908bc2

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
@@ -33,7 +33,7 @@ backoff = "^2.2.1"
3333
chardet = "^5"
3434
openai = { version = ">=1.2.4", optional = true }
3535
openpyxl = { version = "^3.1.5", optional = true }
36-
pandas = { version = "^2.2.3", optional = true }
36+
pandas = { version = "^3.0.0", optional = true }
3737
python-dateutil = "^2.9.0"
3838

3939
[tool.poetry.extras]

0 commit comments

Comments
 (0)