You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fs.get_missing_deps: use find_spec to check if packages are missing instead of importing them (#191)
fs.get_missing_deps: use importlib.util.find_spec to check if packages are missing instead of importing from them
This speeds up `dvc version` from >1s to ~0.35s in my machine.
0 commit comments