From 6b69f97b5aeb221f4e62095f9f3340ac581f18fe Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Tue, 25 Apr 2023 22:31:02 -0500 Subject: [PATCH] match sphinx deps to fedora 38 levels --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fdbb7a9..d0701fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "amdgpu-stats" -version = "0.1.6" +version = "0.1.7" description = "A simple module/TUI (using Textual) that provides AMD GPU statistics" authors = ["Josh Lay "] repository = "https://github.com/joshlay/amdgpu_stats" @@ -11,10 +11,10 @@ readme = "README.md" python = "^3.9" textual = ">=0.10" humanfriendly = ">=10.0" -sphinx = "^6.2" +sphinx = "^5.3" [tool.poetry.dev-dependencies] -sphinx-rtd-theme = ">=1.0.0" +sphinx-rtd-theme = ">=1.1.0" [tool.poetry.scripts] amdgpu-stats = "amdgpu_stats.interface:tui"