From 21336433f0d3913f3a6552c2bd6d897ec4e3a88b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:01:35 +0000 Subject: [PATCH] Update numpy requirement from <2,>=1.26.4 to >=1.26.4,<3 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.4...v2.0.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 56a4da7..a77c41e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ all = ["jupyterlab-datalogs[jupyterlab,analysis,plugins]"] jupyterlab = ["jupyterlab>=4.1.6,<5"] analysis = [ "datalogs @ https://painterqubits.github.io/datalogs/latest.tar.gz", - "numpy>=1.26.4,<2", + "numpy>=1.26.4,<3", "xarray>=2024.3.0", "matplotlib>=3.8.4,<4", ] @@ -70,7 +70,7 @@ dependencies = [ "jupyterlab>=4.1.6,<5", "jupyter-collaboration>=2.0.11,<3", "datalogs>=0.4.0", - "numpy>=1.26.4,<2", + "numpy>=1.26.4,<3", "xarray>=2024.3.0", "matplotlib>=3.8.4,<4", ]