fix: Bump pandas to 2.1.4 for python 3.12 (#34999)

This commit is contained in:
Pat Buxton
2025-09-19 17:18:00 +01:00
committed by GitHub
parent 5901320933
commit db178cf527
5 changed files with 8 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ dependencies = [
"packaging",
# --------------------------
# pandas and related (wanting pandas[performance] without numba as it's 100+MB and not needed)
"pandas[excel]>=2.0.3, <2.1",
"pandas[excel]>=2.0.3, <2.2",
"bottleneck", # recommended performance dependency for pandas, see https://pandas.pydata.org/docs/getting_started/install.html#performance-dependencies-recommended
# --------------------------
"parsedatetime",