From 697eb6634d7abe7d56ddc7bb9d0084f5b69b6a80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 19:51:58 +0000 Subject: [PATCH] Update pandas requirement from <3.0.0 to <4.0.0 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](https://github.com/pandas-dev/pandas/compare/0.3.0...v3.0.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-docker.txt | 2 +- requirements-no-torch.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-docker.txt b/requirements-docker.txt index da5832f..4d5e894 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -1,7 +1,7 @@ numpy scipy joblib -pandas<3.0.0 +pandas<4.0.0 scikit-learn peakutils mne diff --git a/requirements-no-torch.txt b/requirements-no-torch.txt index da5832f..4d5e894 100644 --- a/requirements-no-torch.txt +++ b/requirements-no-torch.txt @@ -1,7 +1,7 @@ numpy scipy joblib -pandas<3.0.0 +pandas<4.0.0 scikit-learn peakutils mne diff --git a/requirements.txt b/requirements.txt index bee6974..8356f43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy scipy joblib -pandas<3.0.0 +pandas<4.0.0 scikit-learn peakutils mne