From 4ae60d6a6b083eb0c126496c8951d5b6fc8ca76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 06:44:02 +0000 Subject: [PATCH] Update numpy requirement from ~=2.1.3 to ~=2.2.1 in /fdml-gui 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/v2.1.3...v2.2.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fdml-gui/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdml-gui/requirements.txt b/fdml-gui/requirements.txt index e4bd2ab..086263a 100644 --- a/fdml-gui/requirements.txt +++ b/fdml-gui/requirements.txt @@ -1,2 +1,2 @@ -numpy~=2.1.3 +numpy~=2.2.1 pyqt5~=5.15.11