diff --git a/pyproject.toml b/pyproject.toml index 4e2c902..30bd269 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "latent-calendar" -version = "1.4.0" +version = "1.5.0" description = "Analyzing and modeling weekly calendar distributions using latent components" authors = ["Will Dean "] readme = "README.md" @@ -31,17 +31,14 @@ matplotlib = ">=3.5.0" conjugate-models = ">=0.3.0" pymc = { version = ">=5.0.0", optional = true } - [tool.poetry.extras] pymc = ["pymc"] - [tool.poetry.group.docs.dependencies] mkdocs = "^1.4.3" mkdocstrings = {extras = ["python"], version = "^0.22.0"} mkdocs-material = "^9.1.18" - [tool.poetry.group.dev.dependencies] pytest = "^7.4.0" pytest-cov = "^4.1.0" @@ -76,7 +73,6 @@ minversion = 6.0 addopts = "--mpl --mpl-baseline-path=tests/baseline --cov=latent_calendar --cov-report=xml --cov-report=term-missing" testpaths = ["tests"] - [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"