Skip to content

Commit 6a82231

Browse files
fix(deps): update dependency pandas to v3
1 parent 7afdb53 commit 6a82231

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
@@ -27,7 +27,7 @@ classifiers = [
2727
requires-python = ">=3.9,<3.14"
2828
dependencies = [
2929
"html5lib>=1.1,<2.0.0",
30-
"pandas>=2.0.0,!=2.1.0,<3.0.0",
30+
"pandas>=3.0.0,!=2.1.0,<3.0.1",
3131
"wrapper-tls-requests>=1.1.4,<2.0.0",
3232
"tqdm>=4.67.1,<5.0.0",
3333
"rich>=14.0.0,<15.0.0",

0 commit comments

Comments
 (0)