We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fc8fb commit 30aaf36Copy full SHA for 30aaf36
requirements/collect_env_details.py
@@ -50,7 +50,7 @@ def info_cuda() -> dict:
50
}
51
52
53
-def info_packages() -> dict[str, str]:
+def info_packages() -> dict:
54
"""Get name and version of all installed packages."""
55
return {dist.metadata["Name"]: dist.version for dist in distributions()}
56
0 commit comments