From 0eda23515f6fbf1fc35fc949523d0c0966b7b2f9 Mon Sep 17 00:00:00 2001 From: Dan Snow Date: Sat, 23 Nov 2024 02:48:37 +0000 Subject: [PATCH] Remove pandas stubs dep --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4fd9e0..0d13a74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,6 @@ dev = [ "setuptools >= 61.0", "pytest >= 7.3.0", "pytest-cov >= 4.1.0", - "pandas-stubs >= 2.1.1.230928", ] docs = [ "setuptools >= 61.0",