A standardized Python API with necessary preprocessing, machine learning and explainability tools to facilitate graph-analytics in computational pathology.
GNU Affero General Public License v3.0
240
stars
57
forks
source link
greycoprops/comatrix renamed to graycoprops/comatrix in skimage 0.19 #51
greycoprops/comatrix renamed to graycoprops/comatrix in skimage 0.19 as stated here meaning that installation via the included environment.yml results in import errors for histocartography.preprocessing.feature_extraction .
Need to either pin skimage==0.18 in requirements file or change import statement in histocartography.preprocessing.feature_extraction.
greycoprops/comatrix renamed to graycoprops/comatrix in skimage 0.19 as stated here meaning that installation via the included environment.yml results in import errors for histocartography.preprocessing.feature_extraction . Need to either pin skimage==0.18 in requirements file or change import statement in histocartography.preprocessing.feature_extraction.