diff --git a/scripts/hooks/hook-dvc.system.py b/scripts/hooks/hook-dvc.system.py new file mode 100644 index 0000000000..41afd5bf6f --- /dev/null +++ b/scripts/hooks/hook-dvc.system.py @@ -0,0 +1,4 @@ +import os + +if os.name == "nt": + hiddenimports = ["win32file"]