diff --git a/pyproject.toml b/pyproject.toml index 7bd7f4e6..7b0aed4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ maintainers = [{ name = "PyMC Labs", email = "info@pymc-labs.io" }] dependencies = [ "arviz>=0.13.0", "matplotlib>=3.5.1", - "numpy>=1.17,<1.25", + "numpy>=1.17", "pandas", # NOTE: Keep minimum pymc version in sync with ci.yml `OLDEST_PYMC_VERSION` "pymc>=5.8.2",