Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
mcgillij authored Jul 7, 2024
2 parents 80683d8 + 1fed003 commit 81de4b4
Showing 2 changed files with 112 additions and 103 deletions.
212 changes: 110 additions & 102 deletions poetry.lock
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "amdfan"
version = "0.1.28"
version = "0.2.0"
description = "Fan monitor and controller for AMD gpus in Linux"
authors = ["mcgillij <mcgillivray.jason@gmail.com>"]
license = "GPL-2.0-only"
@@ -23,6 +23,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.11 || ^3.12"

numpy = "^2.0.0"
pyyaml = "^6.0"
click = "^8.1.3"

0 comments on commit 81de4b4

Please sign in to comment.