remove check_run_python
parent
6029d041b1
commit
4585a3543c
|
|
@ -5,7 +5,6 @@ from pathlib import Path
|
|||
from packaging import version
|
||||
|
||||
from launch import (
|
||||
check_run_python,
|
||||
extensions_dir,
|
||||
is_installed,
|
||||
python,
|
||||
|
|
@ -43,9 +42,6 @@ def check_install() -> bool:
|
|||
except Exception:
|
||||
return False
|
||||
|
||||
if not check_run_python("import mmcv, mmdet"):
|
||||
return False
|
||||
|
||||
if not hasattr(mmcv, "__version__") or not hasattr(mmdet, "__version__"):
|
||||
return False
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "dddetailer"
|
||||
version = "23.4.2"
|
||||
version = "23.4.3"
|
||||
description = "An object detection and auto-mask extension for Stable Diffusion web UI."
|
||||
authors = [
|
||||
{name = "dowon", email = "ks2515@naver.com"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue