mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
swtich to igwn-segments
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -69,9 +69,9 @@ class MoDScript(scripts_manager.Script):
|
||||
|
||||
def check_dependencies(self):
|
||||
from installer import install
|
||||
install('ligo-segments')
|
||||
install('igwn-segments')
|
||||
try:
|
||||
from ligo.segments import segment # pylint: disable=unused-import
|
||||
from igwn_segments import segment # pylint: disable=unused-import
|
||||
return True
|
||||
except Exception as e:
|
||||
log.error(f'MoD: {e}')
|
||||
|
||||
Reference in New Issue
Block a user