diff --git a/pyproject.toml b/pyproject.toml index 63030c6254..6f71fc391f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dev = [ "pytest-asyncio==0.24.0", "pyright==1.1.390", ] -gui = ["textual==0.89.1", "pyclip==0.7"] +gui = ["textual==1.0.0", "pyclip==0.7"] jax = ["jax==0.4.37", "numpy==2.2.0"] onnx = ["onnx==1.17.0", "numpy==2.2.0"] riscv = ["riscemu==2.2.7"]