Skip to content

Commit 3c77443

Browse files
authored
fix pathspec version requirement (#10948)
1 parent b5555b7 commit 3c77443

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies = [
5959
"networkx>=2.5",
6060
"omegaconf",
6161
"packaging>=19",
62-
"pathspec>=0.10.3",
62+
"pathspec>=0.10.3,<1",
6363
"platformdirs<5,>=3.1.1",
6464
"psutil>=5.8",
6565
"pydot>=1.2.4",

0 commit comments

Comments
 (0)