From c15572ea416236d6fdf4c9b4caeb91962c2c6a82 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Sun, 15 Oct 2023 09:33:03 -0600 Subject: [PATCH] Add `packaging` as dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c7ed830f5..9cf0b4ca4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ classifiers = [ ] dependencies = [ "pandas", + "packaging>=21.3", "numpy>=1.22", "numpy_groupies>=0.9.19", "toolz",