Skip to content

Commit

Permalink
Added requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Devesh Sarda committed Mar 7, 2024
1 parent 2e763f4 commit 0062417
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Before running the simulator, install the required dependencies using the command:
```
$
$ pip3 install -r requirements.txt
```

The following directory contains code to simulate GNN inference. The main file in this directory is `main.py` which takes in the arguments of:
Expand Down
3 changes: 3 additions & 0 deletions simulator/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
humanfriendly
statsmodels
matplotlib

0 comments on commit 0062417

Please sign in to comment.