Skip to content

Commit 8b6b49c

Browse files
fix: allow older packaging dep (#74)
1 parent 0905ea6 commit 8b6b49c

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
@@ -4,7 +4,7 @@ version = "1.20.0"
44
description = "Common functions and classes for Snakemake and its plugins"
55
readme = "README.md"
66
requires-python = ">=3.8"
7-
dependencies = ["argparse-dataclass>=2.0.0", "ConfigArgParse>=1.7", "packaging >=25.0,<26.0"]
7+
dependencies = ["argparse-dataclass>=2.0.0", "ConfigArgParse>=1.7", "packaging >=24.0,<26.0"]
88

99
[[project.authors]]
1010
name = "Johannes Koester"

0 commit comments

Comments
 (0)