Skip to content

Commit

Permalink
bump minor (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 authored Apr 16, 2024
1 parent 6fd5d2f commit 010c147
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 010c147

Please sign in to comment.