Skip to content

Commit d747204

Browse files
Update numpy requirement in the production-dependencies group (#91)
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. Updates `numpy` to 2.2.6 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.26.4...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83fd175 commit d747204

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"pyqtgraph>=0.13.7",
1414
"PyQt6>=6.9.0",
1515
"pylsl>=1.17.6",
16-
"numpy>=1.26.4,<2.1.0"
16+
"numpy>=1.26.4,<2.3.0"
1717
]
1818

1919
[project.scripts]

0 commit comments

Comments
 (0)