diff --git a/src/renderer/contexts/DependencyContext.tsx b/src/renderer/contexts/DependencyContext.tsx
index ec849e866..9496c4ed7 100644
--- a/src/renderer/contexts/DependencyContext.tsx
+++ b/src/renderer/contexts/DependencyContext.tsx
@@ -120,7 +120,7 @@ const PackageDependencyView = memo(
textAlign="left"
width="fit-content"
>
- {pkg.pypiName}
+ {pkg.displayName}
{!!tagText && {tagText}}
{versionString}