From a04d0245e22ce733781eb0d6ba1333085cec7539 Mon Sep 17 00:00:00 2001 From: Ethan Steinberg Date: Fri, 16 Aug 2024 08:57:03 -0700 Subject: [PATCH] Fix version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 741a67e..79e6b17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license = {text = "Apache-2.0"} requires-python=">=3.9" dependencies = [ "pyarrow >= 9", - "meds == 0.3.1", + "meds == 0.3.2", "numpy>=1.16,<2", "pandas>=2.2", ]