Skip to content

Commit

Permalink
Update pandas requirement from <=2.2.1,>=2.0 to >=2.0,<=2.2.2 (#1076)
Browse files Browse the repository at this point in the history
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.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 16, 2024
1 parent 49978ca commit 953aa65
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.1",
"nilearn>=0.7,<=0.10.4",
"numpy>=1.16,<=1.26.4",
"pandas>=2.0,<=2.2.1",
"pandas>=2.0,<=2.2.2",
"pybtex",
"pybtex-apa-style",
"scikit-learn>=0.21, <=1.4.2",
Expand Down

0 comments on commit 953aa65

Please sign in to comment.