Archived
1
1
Fork 0

match sphinx deps to fedora 38 levels

This commit is contained in:
Josh Lay 2023-04-25 22:31:02 -05:00
parent 9c5c485c6e
commit 6b69f97b5a
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -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 <pypi@jlay.io>"]
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"