Skip to content

Commit 0556a67

Browse files
committed
Revert to numpy >= 1.26.4
1 parent a9366ec commit 0556a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = {text = "MIT License"}
1010
readme = "README.md"
1111
requires-python = ">= 3.9"
1212
dependencies = [
13-
"numpy >= 2.0.0",
13+
"numpy >= 1.26.4",
1414
"scipy >= 1.13.0",
1515
"pandas >= 2.2.0",
1616
"soundfile >= 0.10.0",

0 commit comments

Comments
 (0)