diff --git a/pyproject.toml b/pyproject.toml index 82a9d72c8cc74..43cf1274dc380 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ matplotlib = "pandas:plotting._matplotlib" [project.optional-dependencies] test = ['hypothesis>=6.46.1', 'pytest>=7.3.2', 'pytest-xdist>=2.2.0'] pyarrow = ['pyarrow>=10.0.1'] -performance = ['bottleneck>=1.3.6', 'numba>=0.56.4', 'numexpr>=2.8.4'] +performance = ['bottleneck>=1.3.6', 'numba>=0.56.4', 'numexpr>=2.9.0'] computation = ['scipy>=1.10.0', 'xarray>=2022.12.0'] fss = ['fsspec>=2022.11.0'] aws = ['s3fs>=2022.11.0'] @@ -100,7 +100,7 @@ all = ['adbc-driver-postgresql>=0.8.0', 'lxml>=4.9.2', 'matplotlib>=3.6.3', 'numba>=0.56.4', - 'numexpr>=2.8.4', + 'numexpr>=2.9.0', 'odfpy>=1.4.1', 'openpyxl>=3.1.0', 'psycopg2>=2.9.6',