Update triskele dependencies

This commit is contained in:
Florent Guiotte 2018-09-11 11:19:44 +02:00
parent ffe21af127
commit 5be22051c6
3 changed files with 0 additions and 9 deletions

View File

@ -10,10 +10,7 @@
from .core import Filter, Stack
## TODO: dep
import sys
import numpy as np
sys.path.append('../triskele/python')
import triskele
class AttributeProfiles(Filter):

View File

@ -11,9 +11,6 @@
from ld2dap.core import Input, Stack
import numpy as np
## TODO: dep
import sys
sys.path.append('../triskele/python')
import triskele
class LoadTIFF(Input):

View File

@ -10,10 +10,7 @@
from .core import Filter, Stack
# TODO: dep
import sys
import numpy as np
sys.path.append('../triskele/python')
import triskele