From 3df1ab3f4166b8324298ab9be85cd3ae9c6a9b47 Mon Sep 17 00:00:00 2001 From: Juan Orduz Date: Tue, 26 Nov 2024 22:44:00 +0100 Subject: [PATCH] test what fails --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a1fe3c508..518ee07be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "pandas", "pydantic>=2.1.0", # NOTE: Used as minimum pymc version with ci.yml `OLDEST_PYMC_VERSION` - "pymc>=5.13.0,<5.16.0", + "pymc>=5.16.0,<5.19.0", "scikit-learn>=1.1.1", "seaborn>=0.12.2", "xarray>=2024.1.0", @@ -80,9 +80,7 @@ test = [ ] [tool.hatch.build.targets.sdist] -exclude = [ - "docs", -] +exclude = ["docs"] [tool.hatch.version] path = "pymc_marketing/version.py"