Skip to content

Commit

Permalink
Use tabulate for the simulation output
Browse files Browse the repository at this point in the history
  • Loading branch information
MSK61 committed May 19, 2024
1 parent 44e4480 commit d414bb2
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 416 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ flake8 = "<5"
rope = "*"
pyright = "==1.1.336"
black = {extras = ["jupyter"], version = "*"}
types-tabulate = "*"

[packages]
networkx = "*"
Expand All @@ -23,6 +24,7 @@ more-itertools = "*"
fastcore = "*"
pydash = "*"
typer = "*"
tabulate = "*"

[requires]
python_version = "3.11"
Loading

0 comments on commit d414bb2

Please sign in to comment.