Skip to content

Commit

Permalink
[ENH] add skbase to default package version display of `show_versio…
Browse files Browse the repository at this point in the history
…ns` (sktime#4694)

This PR adds `skbase` to the default package version display of
`show_versions` - it's a core dependency so should be there.
  • Loading branch information
fkiraly authored and CTFallon committed Jun 21, 2023
1 parent 6984eaf commit a24131a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sktime/utils/_maint/_show_versions.py
Expand Up @@ -40,6 +40,7 @@ def _get_sys_info():
"pip",
"sktime",
"sklearn",
"skbase",
"numpy",
"scipy",
"pandas",
Expand Down

0 comments on commit a24131a

Please sign in to comment.