Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5c30565c authored by LUCIANI Arthur's avatar LUCIANI Arthur
Browse files

update core version requirement to 0.70 following release

parent 55d18f8f
No related branches found
No related tags found
No related merge requests found
Pipeline #539185 failed
......@@ -15,4 +15,4 @@ dependencies:
- draco_stem >=0.10
- gnomon_package_tissueimage
- gnomon_package_tissuemesh
- libgnomon=0.60
- libgnomon=0.70
......@@ -13,13 +13,13 @@ requirements:
build:
- setuptools
- python=3.7
- libgnomon=0.60
- libgnomon=0.70
host:
- python=3.7
- libgnomon=0.60
- libgnomon=0.70
run:
- python=3.7
- libgnomon=0.60
- libgnomon=0.70
- gnomon_package_tissueimage
- gnomon_package_tissuemesh
- ipython
......
......@@ -13,7 +13,7 @@ from gnomon.utils import corePlugin
from gnomon.utils.decorators import cellImageInput, cellComplexOutput
@corePlugin(version="0.1.0", coreversion="0.60.0")
@corePlugin(version="0.1.0", coreversion="0.70.0")
@cellImageInput('tissue', data_plugin="gnomontissueDataTissueImage")
@cellComplexOutput('topomesh', data_plugin="gnomonCellComplexDataPropertyTopomesh")
class cellReconstructionDracoStem(gnomonAbstractCellComplexFromCellImage):
......
......@@ -13,7 +13,7 @@ from gnomon.utils import corePlugin
from gnomon.utils.decorators import cellImageInput, cellComplexOutput
@corePlugin(version="0.1.0", coreversion="0.60.0")
@corePlugin(version="0.1.0", coreversion="0.70.0")
@cellImageInput('seg_img', data_plugin="gnomonCellImageDataTissueImage")
@cellComplexOutput('element_topomesh', data_plugin="gnomonCellComplexDataPropertyTopomesh")
class cellReconstructionGrifone(gnomonAbstractCellComplexFromCellImage):
......
......@@ -16,7 +16,7 @@ from cellcomplex.property_topomesh.creation import triangle_topomesh
from cellcomplex.utils import array_dict
@corePlugin(version="0.1.0", coreversion="0.60.0")
@corePlugin(version="0.1.0", coreversion="0.70.0")
@imageInput("img", data_plugin='gnomonImageDataMultiChannelImage')
@meshOutput("topomesh", data_plugin="gnomonMeshDataPropertyTopomesh")
class gnomonMeshFromImageNukem(gnomonAbstractMeshFromImage):
......
......@@ -14,7 +14,7 @@ from gnomon.core import gnomonAbstractPointCloudQuantification
from tissue_nukem_3d.nuclei_mesh_tools import nuclei_surface_topomesh_curvature
@algorithmPlugin(version="0.1.0", coreversion="0.60.0")
@algorithmPlugin(version="0.1.0", coreversion="0.70.0")
@imageInput("img_dict")
@pointCloudInput("topomesh")
@pointCloudOutput("out_topomesh")
......
......@@ -15,7 +15,7 @@ from timagetk.components.spatial_image import SpatialImage
from tissue_nukem_3d.nuclei_mesh_tools import nuclei_layer
@algorithmPlugin(version="0.1.0", coreversion="0.60.0")
@algorithmPlugin(version="0.1.0", coreversion="0.70.0")
@imageInput("img_dict")
@pointCloudInput("topomesh")
@pointCloudOutput("out_topomesh")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment