From 7df09eebf439c2722f0794250994cf37aae05471 Mon Sep 17 00:00:00 2001 From: Blampey Quentin Date: Mon, 12 Feb 2024 15:01:33 +0100 Subject: [PATCH] version 1.0.3 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0e816cda..07224ffe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sopa" -version = "1.0.2" +version = "1.0.3" description = "Spatial-omics pipeline and analysis" documentation = "https://gustaveroussy.github.io/sopa" homepage = "https://gustaveroussy.github.io/sopa" @@ -49,7 +49,7 @@ tangram-sc = { version = "^1.0.4", optional = true } snakemake = { version = "^7.32.4,<8.1.3", optional = true } pulp = { version = ">=2.3.1,<2.8", optional = true } -flake8 = {version = "^7.0.0", extras = ["dev"]} +flake8 = { version = "^7.0.0", extras = ["dev"] } [tool.poetry.extras] cellpose = ["cellpose", "opencv-python", "torch"]