From e3e006e9180975b8df367cec0ef5cc79f1246d8c Mon Sep 17 00:00:00 2001 From: "Wesley M. Gifford" Date: Fri, 24 May 2024 09:10:42 -0400 Subject: [PATCH] bump pandas version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2668a099..51acb09f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = { file = "LICENSE" } classifiers = ["Development Status :: 4 - Beta", "License :: OSI Approved :: Apache Software License"] dependencies = [ - "pandas>=1.4", + "pandas>=2.2.0", "scikit-learn", "transformers[torch]>=4.36.1", "datasets"