Skip to content

Commit 3b29f16

Browse files
Update pandas requirement from >=2.0.0 to >=2.3.3
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.0.0...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bbc333b commit 3b29f16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ finetune = [
105105
"peft>=0.5.0",
106106
"scikit-learn>=1.0.0",
107107
"numpy>=1.21.0",
108-
"pandas>=2.0.0",
108+
"pandas>=2.3.3",
109109
# Hyperparameter / meta-learning search — used eagerly by
110110
# multimind.fine_tuning.meta_learning, advanced_optimization,
111111
# advanced_meta_learning. Without it, the whole fine_tuning package
@@ -130,7 +130,7 @@ compliance = [
130130
# extra is expected to want the visualization layer.
131131
"plotly>=5.18.0",
132132
"dash>=2.14.0",
133-
"pandas>=2.0.0",
133+
"pandas>=2.3.3",
134134
]
135135

136136
# Gateway / API server

0 commit comments

Comments
 (0)