Skip to content

Commit d84556d

Browse files
committed
fix python version
1 parent 1679eba commit d84556d

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
@@ -25,7 +25,7 @@ include = [
2525
[tool.poetry.dependencies]
2626
deepfilterlib = { path = "../pyDF/" }
2727
deepfilterdataloader = { path = "../pyDF-data/", optional = true }
28-
python = ">=3.8,<4.0"
28+
python = ">=3.8,<3.14"
2929
numpy = ">=2,<3"
3030
loguru = ">=0.5"
3131
appdirs = "^1.4"

0 commit comments

Comments
 (0)