Skip to content

Commit e8abd19

Browse files
build(deps): update pandas[gcp,parquet] requirement
Updates the requirements on [pandas[gcp,parquet]](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.2.3...v3.0.1) --- updated-dependencies: - dependency-name: pandas[gcp,parquet] dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95f2c7b commit e8abd19

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
@@ -16,7 +16,7 @@ dependencies = [
1616
"numpy>=2.3.0",
1717
"omegaconf (>=2.3.0, <2.4.0)",
1818
"scikit-learn (>=1.6.1, <1.8.0)",
19-
"pandas[gcp,parquet] (>=2.2.3, <2.4.0)",
19+
"pandas[gcp,parquet] (>=2.2.3, <3.1.0)",
2020
"skops (>=0.13.0, <0.14.0)",
2121
"shap>=0.50.0",
2222
"matplotlib (>=3.10.0, <3.11.0)",

0 commit comments

Comments
 (0)