Skip to content

Commit

Permalink
Add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bkbilly committed Jun 28, 2023
1 parent f09b38f commit 574054b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ __pycache__
config.yaml
*.egg-info
dist/
build/
build/
.venv/
venv/
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ dependencies = [
"opencv-python>=4.7.0.68",
"mss>=7.0.1",
"pyamdgpuinfo>=2.1.4",
"nvsmi>=0.4.2"
"nvsmi>=0.4.2",
"distro>=1.7.0"
]


Expand Down

0 comments on commit 574054b

Please sign in to comment.