Skip to content

Commit

Permalink
update lock and dev versions
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinblampey committed Nov 29, 2024
1 parent 5fbe517 commit dc8978f
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 50 deletions.
97 changes: 56 additions & 41 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ snakemake = { version = "^7.32.4,<8.1.3", optional = true }
pulp = { version = "^2.3.1,<2.8", optional = true }
tiffslide = { version = "^2.3.1", optional = true }

black = { version = "^22.8.0", optional = true }
isort = { version = "^5.10.1", optional = true }
pytest = { version = "^7.1.3", optional = true }
ipykernel = { version = "^6.25.2", optional = true }
mkdocs-material = { version = "^9.3.2", optional = true }
mkdocs-jupyter = { version = "^0.24.6", optional = true }
mkdocstrings = { version = "^0.23.0", optional = true }
mkdocstrings-python = { version = "^1.7.3", optional = true }
flake8 = { version = "^7.0.0", optional = true }
black = { version = ">=22.8.0", optional = true }
isort = { version = ">=5.10.1", optional = true }
pytest = { version = ">=7.1.3", optional = true }
ipykernel = { version = ">=6.25.2", optional = true }
mkdocs-material = { version = ">=9.3.2", optional = true }
mkdocs-jupyter = { version = ">=0.24.6", optional = true }
mkdocstrings = { version = ">=0.23.0", optional = true }
mkdocstrings-python = { version = ">=1.7.3", optional = true }
flake8 = { version = ">=7.0.0", optional = true }

[tool.poetry.extras]
cellpose = ["cellpose", "opencv-python", "torch"]
Expand Down

0 comments on commit dc8978f

Please sign in to comment.