Skip to content

Commit

Permalink
minor change to mirror code from sktime
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi Giugliano committed Dec 20, 2024
1 parent 64b6263 commit 81dbc31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions skbase/utils/dependencies/_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,9 @@ def _check_python_version(
f" but system python version is {sys.version}."
)

if "rc" in sys_version:
msg += " This is due to the release candidate status of your system Python."

Check warning on line 316 in skbase/utils/dependencies/_dependencies.py

View check run for this annotation

Codecov / codecov/patch

skbase/utils/dependencies/_dependencies.py#L315-L316

Added lines #L315 - L316 were not covered by tests

if package is not None:
msg += (
f" This is due to python version requirements of the {package} package."
Expand Down

0 comments on commit 81dbc31

Please sign in to comment.