From da59575f7586163c266c6fc7af2d54739c524e7b Mon Sep 17 00:00:00 2001 From: moli3663 <39551826+moli3663@users.noreply.github.com> Date: Sat, 23 Nov 2024 22:30:16 +0800 Subject: [PATCH] Update requirements_versions.txt AMD 7900gre run --user--zluda error: AttributeError: module 'numpy' has no attribute 'complex'. `np.complex` was a deprecated alias for the builtin `complex`. To avoid this error in existing code, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations --- requirements_versions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements_versions.txt b/requirements_versions.txt index 7100ac41500..ce62cbd0b9a 100644 --- a/requirements_versions.txt +++ b/requirements_versions.txt @@ -15,6 +15,7 @@ inflection==0.5.1 jsonmerge==1.8.0 kornia==0.6.7 lark==1.1.2 +librosa==0.10.0 numpy==1.26.2 omegaconf==2.2.3 open-clip-torch==2.20.0