diff --git a/pyproject.toml b/pyproject.toml index 0621148c..a31f5076 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "pygments>=2.14.0", "pyperclip>=1.8.2", "numpy~=2.4.4; python_version >= '3.11'", # latest to support >=3.11 - "numpy~=2.2.6; python_version < '3.11'", # latest to support 3.10 + "numpy~=2.4.4; python_version < '3.11'", # latest to support 3.10 "xkbcommon<1.5", # ubuntu jammy supports up to 1.4.0 "pyte~=0.8.2", "pyserial>=3.5",