diff --git a/pyproject.toml b/pyproject.toml index 6fe718b..8fd6469 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ documentation = "https://amdgpu-stats.readthedocs.io/en/latest/" [tool.poetry.dependencies] python = "^3.9" -textual = ">=0.11" +textual = ">=0.16.0" humanfriendly = ">=10.0" [tool.poetry.scripts] diff --git a/requirements.txt b/requirements.txt index 0ebc36e..d77690a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -textual==0.10.* +textual>=0.16.0 humanfriendly==10.0