From 700111624008485321aecd19001ebf7cd4ad7f76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:17:38 +0000 Subject: [PATCH] chore(deps): update pylsl requirement from >=1.16.2 to >=1.18.2 Updates the requirements on [pylsl](https://github.com/labstreaminglayer/pylsl) to permit the latest version. - [Release notes](https://github.com/labstreaminglayer/pylsl/releases) - [Commits](https://github.com/labstreaminglayer/pylsl/compare/v1.16.2...v1.18.2) --- updated-dependencies: - dependency-name: pylsl dependency-version: 1.18.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..acf67089 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ bokeh>=2.4.3 tornado>=6.4.1 ipython>=8.29.0 traitlets>=5.14.3 -pylsl>=1.16.2 +pylsl>=1.18.2 joblib>=1.4.2 pandas>=2.0.3 scikit-learn>=1.5.2