From 414075fea27ecbd3b14c47cdc4cd5a14f64c74c5 Mon Sep 17 00:00:00 2001 From: kkaris Date: Fri, 28 Jun 2024 17:03:39 -0700 Subject: [PATCH] Try removing pydantic --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index bb0dbf99c..941afdd7f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,6 @@ install_requires = statsmodels pandas python-dateutil - pydantic>=1.10,<2.0.0 include_package_data = True python_requires = >=3.7