Skip to content

Commit 40efc1c

Browse files
Update pandas requirement from <=2.2.2 to <=2.2.3
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@0.3.0...v2.2.3) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 280f3c4 commit 40efc1c

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
@@ -23,7 +23,7 @@ requires-python = ">=3.8"
2323
dependencies = [
2424
"datalad>=0.13.5,!=0.17.3,!=0.17.0,!=0.16.1",
2525
"numpy<=2.1.0",
26-
"pandas<=2.2.2",
26+
"pandas<=2.2.3",
2727
"pybids<=0.17.0",
2828
"pyyaml",
2929
"scikit-learn<=1.6.0",

0 commit comments

Comments
 (0)