From 76c7b50d2df3c7815b0fefa41a03fb2ff496e261 Mon Sep 17 00:00:00 2001 From: xxyzz Date: Sun, 8 Oct 2023 14:18:38 +0800 Subject: [PATCH] Fix typo --- deps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.py b/deps.py index 232137d..1c3ceda 100644 --- a/deps.py +++ b/deps.py @@ -64,7 +64,7 @@ def install_deps(pkg: str, notif: Any) -> None: extra_index=f"https://download.pytorch.org/whl/{prefs['cuda']}", notif=notif, ) - # an old verison of typing-extensions(4.4.0) is installed from pytorch's + # an old version of typing-extensions(4.4.0) is installed from pytorch's # index which is incompatible with pydantic 2.4.2 pip_install( "typing-extensions", dep_versions["typing-extensions"], notif=notif