Skip to content

Commit

Permalink
Remove unnecessary jsonargparse dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davnn committed May 7, 2024
1 parent 8f5fa93 commit 3cb32f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ authors = [{ name = "Intel OpenVINO" }]
dependencies = [
"omegaconf>=2.1.1",
"rich>=13.5.2",
"jsonargparse[all]>=4.27.7",
"jsonargparse>=4.27.7",
"docstring_parser", # CLI help-formatter
"rich_argparse", # CLI help-formatter
]
Expand Down

0 comments on commit 3cb32f7

Please sign in to comment.