From 71d2156fa279dfe173b2218c14c8f0e01bed94dc Mon Sep 17 00:00:00 2001 From: Stijn de Gooijer Date: Tue, 24 Oct 2023 23:31:14 +0200 Subject: [PATCH] chore(python): Disable type checking for `dataframe_api_compat` dependency (#11997) --- py-polars/pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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"