Skip to content

Commit

Permalink
fix the tabulate dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Staar <[email protected]>
  • Loading branch information
PeterStaar-IBM committed Feb 9, 2024
1 parent ca206fc commit 01ce936
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 @@ -43,7 +43,7 @@ python-dotenv = "^1.0.0"
requests = "^2.27.1"
typer = {extras = ["all"], version = "^0.9.0"}
platformdirs = "^3.5.1"
tabulate = "^0.8.9"
tabulate = ">=0.8.9"
pluggy = "^1.0.0"
tqdm = "^4.64.0"

Expand Down

0 comments on commit 01ce936

Please sign in to comment.