From 35bd39e4ba1a3a1272ed1981c50da294283b87d8 Mon Sep 17 00:00:00 2001 From: chenyu Date: Wed, 31 Dec 2025 10:29:28 -0500 Subject: [PATCH] update mypy and torch version in ci (#13925) --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 208ba369cc..c3ced6a32b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ arm = ["unicorn"] triton = ["triton-nightly>=2.1.0.dev20231014192330"] linting = [ "pylint", - "mypy==1.18.1", + "mypy==1.19.1", "typing-extensions", "pre-commit", "ruff", @@ -61,7 +61,7 @@ linting = [ # ] testing_minimal = [ "numpy", - "torch==2.9.0", + "torch==2.9.1", "pytest", "pytest-xdist", "pytest-timeout", @@ -188,7 +188,6 @@ select = [ "E72", "E112", # no-indented-block "E113", # unexpected-indentation - # "E124", "E203", # whitespace-before-punctuation "E272", # multiple-spaces-before-keyword "E275", # missing-whitespace-after-keyword