Skip to content

Commit

Permalink
version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinblampey committed Feb 12, 2024
1 parent 92bb121 commit 7df09ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit 7df09ee

Please sign in to comment.