From 6a5b1e5f57a0d422a9f1abec8fffc4201de2f7d9 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Tue, 2 May 2023 19:31:45 -0500 Subject: [PATCH] reflect textual v0.16.0 requirement --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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