From 9115fefd861ba5bf37fb790f15206284c9ff9e52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 04:11:39 +0000 Subject: [PATCH] Update numpy requirement from <2.0.0,>=1.21.0 to >=1.21.0,<3.0.0 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.21.0...v2.0.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3769f5..6c8e3ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ librosa >= 0.10.2 miniaudio >= 1.55 mutagen >= 1.45.1 -numpy >= 1.21.0,<2.0.0 +numpy >= 1.21.0,< 3.0.0 PySide6-Essentials == 6.7.1 pyaudio >= 0.2.13 pyogg >= 0.6.14a1