Skip to content

Commit dce5d28

Browse files
author
Val Brodsky
committed
Update min pandas version in the examples dir
1 parent 058d597 commit dce5d28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dev-dependencies = [
2222
"yapf>=0.40.2",
2323
"black[jupyter]>=24.4.2",
2424
"databooks>=1.3.10",
25-
# higher versions dont support python 3.8
26-
"pandas>=2.0.3",
25+
# higher versions dont support python 3.9
26+
"pandas>=2.2.3",
2727
]
2828

2929
[tool.rye.scripts]

0 commit comments

Comments
 (0)