From 18e74bfb986b2401f2197daca7219e5903a3124b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:01:25 +0300 Subject: [PATCH] Update numpy requirement from ~=2.0.0 to ~=2.0.1 in /fdml-gui (#35) 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.0.0...v2.0.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 fa64f83..05deaa4 100644 --- a/fdml-gui/requirements.txt +++ b/fdml-gui/requirements.txt @@ -1,2 +1,2 @@ -numpy~=2.0.0 +numpy~=2.0.1 pyqt5~=5.15.10