Skip to content

Commit 7b3cc0f

Browse files
fix(deps): update dependency pandas to v3
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | pandas | 2.3.3 | 3.0.2 |
1 parent f4e4068 commit 7b3cc0f

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
@@ -22,7 +22,7 @@ dependencies = [
2222
"logfire>=3.5.3,<=3.20.0",
2323
"python-ulid>=3.0.0,<4.0.0",
2424
"coolname>=2.2.0,<3.0.0",
25-
"pandas>=2.2.3,<3.0.0",
25+
"pandas>=3.0.2,<3.1.0",
2626
"fsspec[s3]>=2023.1.0,<=2025.12.0",
2727
"optuna>=4.5.0,<5.0.0",
2828
"numpy<=2.3.5", # 3.10 support was dropped in 2.3.0

0 commit comments

Comments
 (0)