From e4ce119cfb36d9e86f9ee86265bb67271dde1637 Mon Sep 17 00:00:00 2001 From: Mark Aron Szulyovszky Date: Thu, 25 May 2023 12:18:49 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f663758..e6cc890 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ python = ">=3.7.1,<3.11" catboost = "^1.0.5" statsmodels = "^0.13.2" numpy = "^1.21" -pandas = "^1.3" +pandas = ">=1.3" shap = "^0.40" scikit-learn = "*" @@ -55,4 +55,4 @@ include_trailing_comma = true force_grid_wrap = 0 combine_as_imports = true color_output = true -skip = "tests/toml_test.py" \ No newline at end of file +skip = "tests/toml_test.py"