diff --git a/pyproject.toml b/pyproject.toml index 717e9a13d..f4068337b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,11 +39,11 @@ numpy = [ ] [tool.poetry.dev-dependencies] -mypy = "1.4.1" +mypy = "1.5.0" pandas = "2.0.3" pyarrow = ">=10.0.1" pytest = ">=7.1.2" -pyright = ">= 1.1.316" +pyright = ">= 1.1.322" poethepoet = ">=0.16.5" loguru = ">=0.6.0" typing-extensions = ">=4.4.0" @@ -65,6 +65,7 @@ jinja2 = ">=3.1" scipy = ">=1.9.1" SQLAlchemy = ">=2.0.12" types-python-dateutil = ">=2.8.19" +numexpr = "<2.8.5" # https://github.com/pandas-dev/pandas/issues/54449 [build-system] requires = ["poetry-core>=1.0.0"]