From 886c6e501452cba98c4b6a03ec982419d6c2e7a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 13:45:52 +0000 Subject: [PATCH] Update numpy requirement from <1.27 to <2.2 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/v0.2.0...v2.1.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0dfe103c..b6c9cc6a 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ packages=['picaso'], install_requires=[ 'bokeh>=2.3.0,<3.5.0', - 'numpy<1.27', + 'numpy<2.2', 'numba', 'pandas', 'joblib',