From df830c01bc1553ff0ee004545cc7c7f2afb2001d Mon Sep 17 00:00:00 2001 From: Jirka Date: Fri, 6 Oct 2023 15:26:45 +0200 Subject: [PATCH] typing: freeze validation to `torch==2.0.0` (cherry picked from commit 17b8460ef628a1578c69724884b45a9965937983) --- requirements/typing.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/typing.txt b/requirements/typing.txt index 1ae2204f06b..5cf974f592c 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,4 +1,5 @@ -mypy==1.5.1 +mypy ==1.5.1 +torch ==2.0.0 types-PyYAML types-emoji