diff --git a/py-polars/pyproject.toml b/py-polars/pyproject.toml index 24b6ac8e6e46..1693a8b986b6 100644 --- a/py-polars/pyproject.toml +++ b/py-polars/pyproject.toml @@ -102,6 +102,7 @@ ignore_missing_imports = true module = [ "IPython.*", "matplotlib.*", + "dataframe_api_compat.*", ] follow_imports = "skip"