remove requirement for pyyaml
This commit is contained in:
parent
a06778858d
commit
0281fa93b2
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ classifiers = [
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
textual = ">=0.32.0"
|
textual = ">=0.32.0"
|
||||||
humanfriendly = ">=10.0"
|
humanfriendly = ">=10.0"
|
||||||
pyyaml = "^6.0"
|
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
amdgpu-stats = "amdgpu_stats:textual_run"
|
amdgpu-stats = "amdgpu_stats:textual_run"
|
||||||
|
|
Reference in a new issue