diff --git a/pyproject.toml b/pyproject.toml index 28f9db79308..e7fa7bec5c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ readme = "README.md" requires-python = ">=3.9" dependencies = [ - "numpy>=1.21", + "numpy>=1.22", "packaging>=21.3", "pandas>=1.4", ]