Skip to content

Commit

Permalink
Update pandas requirement from <=2.2.0,>=2.0 to >=2.0,<=2.2.1 (ME-ICA…
Browse files Browse the repository at this point in the history
…#1048)

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@v2.0.0...v2.2.1)

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent 1f1845b commit 62ed3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"nibabel>=2.5.1,<=5.2.0",
"nilearn>=0.7,<=0.10.3",
"numpy>=1.16,<=1.26.4",
"pandas>=2.0,<=2.2.0",
"pandas>=2.0,<=2.2.1",
"pybtex",
"pybtex-apa-style",
"scikit-learn>=0.21, <=1.4.1.post1",
Expand Down

0 comments on commit 62ed3c1

Please sign in to comment.