From b492aeec8e330ffc9c0ed9ae27e22eb4facd8968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:17:20 +0000 Subject: [PATCH] chore(deps): update pandas requirement from >=2.0.3 to >=3.0.2 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/v2.0.3...v3.0.2) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5251d85c..20cd7c74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ ipython>=8.29.0 traitlets>=5.14.3 pylsl>=1.16.2 joblib>=1.4.2 -pandas>=2.0.3 +pandas>=3.0.2 scikit-learn>=1.5.2 pyxdf>=1.16.8 colorama>=0.4.6