From 98fbdce594b6479cf7bcad27e61f74d545afbcb5 Mon Sep 17 00:00:00 2001 From: George Zelenfroind Date: Fri, 27 Jun 2025 11:51:24 -0700 Subject: [PATCH 1/6] unpin numpy Signed-off-by: George Zelenfroind --- requirements/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/main.txt b/requirements/main.txt index d133867a..7111351a 100644 --- a/requirements/main.txt +++ b/requirements/main.txt @@ -4,7 +4,7 @@ ffmpeg hydra-core joblib librosa>=0.10.0 # specify >=0.10.0 so that librosa.get_duration(path=...) will work -numpy==1.26 +numpy>=1.26 omegaconf pandas rarfile From bd396aa9895f5f83169e0f8fc8c3d7bda893f84c Mon Sep 17 00:00:00 2001 From: George Zelenfroind Date: Thu, 3 Jul 2025 04:47:59 -0700 Subject: [PATCH 2/6] uodate numpy reqs Signed-off-by: George Zelenfroind --- requirements/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/main.txt b/requirements/main.txt index 41fb5b10..ecafa702 100644 --- a/requirements/main.txt +++ b/requirements/main.txt @@ -4,7 +4,7 @@ ffmpeg hydra-core joblib librosa>=0.10.0 # specify >=0.10.0 so that librosa.get_duration(path=...) will work -numpy>=1.26 +numpy>=1.26, <2.0 omegaconf pandas rarfile From 87e37b7b56734856ee2f63c4695bc798b71aedec Mon Sep 17 00:00:00 2001 From: George Zelenfroind Date: Fri, 4 Jul 2025 03:11:35 -0700 Subject: [PATCH 3/6] check numpy 3.0 Signed-off-by: George Zelenfroind --- requirements/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/main.txt b/requirements/main.txt index ecafa702..46aa854b 100644 --- a/requirements/main.txt +++ b/requirements/main.txt @@ -4,7 +4,7 @@ ffmpeg hydra-core joblib librosa>=0.10.0 # specify >=0.10.0 so that librosa.get_duration(path=...) will work -numpy>=1.26, <2.0 +numpy>=1.26, <3.0 # bounding this due to error: omegaconf pandas rarfile From ae5f55ba8cddea65f214db706fc6d22f391dee54 Mon Sep 17 00:00:00 2001 From: George Zelenfroind Date: Fri, 4 Jul 2025 03:51:41 -0700 Subject: [PATCH 4/6] test numpy 2.1 Signed-off-by: George Zelenfroind --- requirements/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/main.txt b/requirements/main.txt index 46aa854b..8a4e679b 100644 --- a/requirements/main.txt +++ b/requirements/main.txt @@ -4,7 +4,7 @@ ffmpeg hydra-core joblib librosa>=0.10.0 # specify >=0.10.0 so that librosa.get_duration(path=...) will work -numpy>=1.26, <3.0 # bounding this due to error: +numpy>=1.26, <2.1 # bounding this due to error: omegaconf pandas rarfile From f29a9b0fd46d5f5e35e2335898e03b74a749bdea Mon Sep 17 00:00:00 2001 From: George Zelenfroind Date: Fri, 4 Jul 2025 04:31:04 -0700 Subject: [PATCH 5/6] numpy < 2.0 Signed-off-by: George Zelenfroind --- requirements/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/main.txt b/requirements/main.txt index 8a4e679b..127b922e 100644 --- a/requirements/main.txt +++ b/requirements/main.txt @@ -4,7 +4,7 @@ ffmpeg hydra-core joblib librosa>=0.10.0 # specify >=0.10.0 so that librosa.get_duration(path=...) will work -numpy>=1.26, <2.1 # bounding this due to error: +numpy>=1.26, <2.0 # bounding this due to error: A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.2 as it may crash omegaconf pandas rarfile From 924f6d242a3da403413e931013a2a2e998791124 Mon Sep 17 00:00:00 2001 From: George Zelenfroind Date: Fri, 4 Jul 2025 04:49:22 -0700 Subject: [PATCH 6/6] ease comment Signed-off-by: George Zelenfroind --- requirements/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/main.txt b/requirements/main.txt index 127b922e..12a6c437 100644 --- a/requirements/main.txt +++ b/requirements/main.txt @@ -4,7 +4,7 @@ ffmpeg hydra-core joblib librosa>=0.10.0 # specify >=0.10.0 so that librosa.get_duration(path=...) will work -numpy>=1.26, <2.0 # bounding this due to error: A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.2 as it may crash +numpy>=1.26, <2.0 # module was used numpy 1.x and may crash in 2.x omegaconf pandas rarfile