Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Nov 18, 2024
1 parent 3177da4 commit 78e0687
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 = "ktplotspy"
version = "0.2.4"
version = "0.2.6"
description = "Python library for plotting Cellphonedb results. Ported from ktplots R package."
authors = ["Kelvin Tuong <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -35,7 +35,7 @@ setuptools = "*"
anndata = { optional = true, version = ">=0.7.6,<0.11.2" }
black = { optional = true, version = "*" }
pytest-cov = { optional = true, version = "*" }
sphinx = { optional = true, version = "<8" } # see issue at https://github.com/readthedocs/readthedocs.org/issues/10279
sphinx = { optional = true, version = "<8" } # see issue at https://github.com/readthedocs/readthedocs.org/issues/10279
nbsphinx = { optional = true, version = "<=0.9.5" }
sphinx-autodoc-typehints = { optional = true, version = "<=2.3.0" }
sphinx_rtd_theme = { optional = true, version = "<=3.0.2" }
Expand Down

0 comments on commit 78e0687

Please sign in to comment.