Skip to content

Commit

Permalink
[ENH] sync dependency checkers with sktime (#345)
Browse files Browse the repository at this point in the history
This PR syncs the dependency checker utilities with `sktime`.
  • Loading branch information
fkiraly authored Aug 2, 2024
1 parent 1e53542 commit eb583d1
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 104 deletions.
3 changes: 3 additions & 0 deletions skbase/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,10 @@
"skbase.utils.dependencies._dependencies": (
"_check_soft_dependencies",
"_check_python_version",
"_check_env_marker",
"_check_estimator_deps",
"_get_pkg_version",
"_get_installed_packages",
"_normalize_requirement",
"_raise_at_severity",
),
Expand Down
Loading

0 comments on commit eb583d1

Please sign in to comment.