Skip to content

Commit 501b2ee

Browse files
committed
update numpy
1 parent 6afeebe commit 501b2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeepFilterNet/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ include = [
2626
deepfilterlib = { path = "../pyDF/" }
2727
deepfilterdataloader = { path = "../pyDF-data/", optional = true }
2828
python = ">=3.8,<4.0"
29-
numpy = ">=1.22,<2.0"
29+
numpy = ">=2,<3"
3030
loguru = ">=0.5"
3131
appdirs = "^1.4"
3232
requests = "^2.27"

0 commit comments

Comments
 (0)