Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/developer_guide/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ the following files need to be updated:
Informative warnings or error messages for missing soft dependencies should be raised,
in a situation where a user would need them. This is handled through our
``_check_soft_dependencies`` `utility
<https://github.com/sktime/skpro/blob/main/skpro/testing/utils/validation/_dependencies.py>`_.
<https://github.com/sktime/skbase/blob/main/skbase/utils/dependencies/_dependencies.py>`_.

There are specific conventions to add such warnings in ``BaseObject``-s.
To add ``BaseObject`` with a soft dependency, ensure the following:
Expand Down
Loading