Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Sep 25, 2024
1 parent 947af76 commit 78b686c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytorch_forecasting/utils/_maint/_show_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ def _get_deps_info(deps=None, source="distributions"):
of the import as present in the current python environment
"""
if deps is None:
deps = ["sktime"]
deps = ["pytorch-forecasting"]

if source == "distributions":
from sktime.utils.dependencies._dependencies import _get_installed_packages
from pytorch_forecasting.utils._dependencies import _get_installed_packages

KEY_ALIAS = {"sklearn": "scikit-learn", "skbase": "scikit-base"}

Expand Down

0 comments on commit 78b686c

Please sign in to comment.