From 0281fa93b2ab450556d607bc572c5db77d518e88 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 5 Aug 2023 23:02:52 -0500 Subject: [PATCH] remove requirement for pyyaml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9dff6bf..b6445c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,6 @@ classifiers = [ python = "^3.8" textual = ">=0.32.0" humanfriendly = ">=10.0" -pyyaml = "^6.0" [tool.poetry.scripts] amdgpu-stats = "amdgpu_stats:textual_run"