Skip to content

Commit

Permalink
FIX Add Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp authored Jan 31, 2025
1 parent 7b6d478 commit ae91228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sksurv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def _get_version(name):
def show_versions():
sys_info = {
"Platform": platform.platform(),
"Python version": f"{platform.python_implementation()} {platform}",
"Python version": f"{platform.python_implementation()} {platform.python_version()}",
"Python interpreter": sys.executable,
}

Expand Down

0 comments on commit ae91228

Please sign in to comment.