Skip to content

Commit 30aaf36

Browse files
committed
update
1 parent e1fc8fb commit 30aaf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/collect_env_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def info_cuda() -> dict:
5050
}
5151

5252

53-
def info_packages() -> dict[str, str]:
53+
def info_packages() -> dict:
5454
"""Get name and version of all installed packages."""
5555
return {dist.metadata["Name"]: dist.version for dist in distributions()}
5656

0 commit comments

Comments
 (0)