Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Oct 8, 2023
1 parent a14091c commit 76c7b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76c7b50

Please sign in to comment.