diff --git a/pyproject.toml b/pyproject.toml index 422a6fdb4..cd5a665e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,9 +25,9 @@ dependencies = [ 'botocore>=1.31', 'cloudpickle>=2.1.0', 'graphviz>=0.13.2', - "numpy>=1.21.0;python_version<'3.10'", - "numpy>=1.23.3,<2;python_version>='3.10' and python_version<'3.12'", - "numpy>=1.26.0,<2;python_version>='3.12'", + "numpy>=1.21.0,<2.0.0;python_version<'3.10'", + "numpy>=1.23.3,<2.0.0;python_version>='3.10' and python_version<'3.12'", + "numpy>=1.26.0,<2.0.0;python_version>='3.12'", "pandas>=1.4.0;python_version<'3.11'", "pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'", "pandas>=2.1.1;python_version>='3.12'", @@ -216,4 +216,4 @@ known-first-party = ["sdv"] "__init__.py" = ["F401", "E402", "F403", "F405", "E501", "I001"] [tool.ruff.lint.pydocstyle] -convention = "google" \ No newline at end of file +convention = "google"