Skip to content

Commit 53ba5ff

Browse files
Update pandas requirement from <=2.2.3 to <=2.3.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.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7ccac2a commit 53ba5ff

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
@@ -24,7 +24,7 @@ requires-python = ">=3.9"
2424
dependencies = [
2525
"datalad>=0.13.5,!=0.17.3,!=0.17.0,!=0.16.1",
2626
"numpy<=2.2.4",
27-
"pandas<=2.2.3",
27+
"pandas<=2.3.3",
2828
"pybids<=0.19.0",
2929
"pyyaml",
3030
"scikit-learn<=1.6.1",

0 commit comments

Comments
 (0)