Fix NumPy 2 install incompatibility

pull/4180/head
tandede 3 weeks ago
parent 6b25a40000
commit 49f6d095ec

@ -88,7 +88,8 @@ base = [
"hyperpyyaml", "hyperpyyaml",
"inflect", "inflect",
"jsonlines", "jsonlines",
"numpy", # OpenCV 4.6, pulled in by PaddleSlim, is built against the NumPy 1.x ABI.
"numpy<2",
"librosa>=0.9", "librosa>=0.9",
determine_scipy_version(), # scipy or scipy>=1.4.0, <=1.12.0 determine_scipy_version(), # scipy or scipy>=1.4.0, <=1.12.0
"loguru", "loguru",

Loading…
Cancel
Save