diff --git a/pyproject.toml b/pyproject.toml index ba23299b..a261ab6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ requires-python = ">=3.10,<3.14" dependencies = [ "bottleneck >= 1.3,< 1.6.1", "numba >= 0.60.0,< 0.63", - "numexpr >= 2.8, < 2.13.1", + "numexpr >= 2.8, < 2.13.2", "numpy >= 1.18.5,< 3", "pandas >= 1.4,< 2.4", "pandera >= 0.20.1, < 0.27",