Skip to content

Commit 8c0c05e

Browse files
committed
Update packages
1 parent 787d37e commit 8c0c05e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DeepFilterNet/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ include = [
2525
[tool.poetry.dependencies]
2626
deepfilterlib = { path = "../pyDF/" }
2727
deepfilterdataloader = { path = "../pyDF-data/", optional = true }
28-
python = ">=3.8,<4.0"
29-
numpy = ">=1.22,<2.0"
28+
python = ">=3.8,<3.14"
29+
numpy = ">=2,<3"
3030
loguru = ">=0.5"
3131
appdirs = "^1.4"
3232
requests = "^2.27"

0 commit comments

Comments
 (0)