From 6187c53091d139b4ebf69497f0af45011a31f0ad Mon Sep 17 00:00:00 2001 From: thomas loubrieu Date: Tue, 3 Dec 2024 00:20:23 -0500 Subject: [PATCH] fix unfound dependency --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2347e8d..5a8bc06 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,7 +62,7 @@ dev = tox~=4.11.0 types-setuptools>=68.1.0,<74.1.1 Jinja2<3.1 - pandas-stubs~=2.2.3.241009 + pandas-stubs==2.2.3.241009 [options.entry_points] # Put your entry point scripts here