Skip to content

Commit dce294e

Browse files
authored
Merge pull request #16 from foundation-model-stack/dependabot/pip/pre-commit-gte-3.0.4-and-lt-5.0
Update pre-commit requirement from <4.0,>=3.0.4 to >=3.0.4,<5.0
2 parents e104c43 + 1e17f04 commit dce294e

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
@@ -38,7 +38,7 @@ dependencies = [
3838
]
3939

4040
[project.optional-dependencies]
41-
dev = ["pre-commit>=3.0.4,<4.0"]
41+
dev = ["pre-commit>=3.0.4,<5.0"]
4242
fp8 = ["llmcompressor"]
4343
gptq = ["auto_gptq"]
4444
visualize = ["matplotlib", "graphviz", "pygraphviz"]

0 commit comments

Comments
 (0)