From 975d7fbcbd33434ea4ea4243d69f98445bc85171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 13:03:43 +0000 Subject: [PATCH] Update numpy requirement from >=1.15.4 to >=2.5.1 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.15.4...v2.5.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 24f13a6d..7c30dffa 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,7 +10,7 @@ httpx>=0.28.0, <1.0.0 ipython>=8.39.0; python_version <= '3.10' ipython>=9.13.0; python_version >= '3.11' jinja2>=3.1.6, <3.2.0 -numpy>=1.15.4 +numpy>=2.5.1 pandas>=1.1.5 pydantic>=1.8.0, <3.0.0 python-dateutil>=2.9.0.post0 diff --git a/requirements.txt b/requirements.txt index 843cec08..fec8faa7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ msal>=1.12.0 msrest>=0.6.0 nest_asyncio>=1.6.0 networkx>=2.2 -numpy>=1.15.4 # pandas +numpy>=2.5.1 # pandas packaging>=26.2 pandas>=1.4.0, <3.0.0 panel>=1.2.1