fix: set pandas 2.1 as requirement (#35912)

This commit is contained in:
Ville Brofeldt
2025-10-30 12:33:27 -07:00
committed by GitHub
parent 6f50ddf710
commit f6f15f58ee

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.2",
"pandas[excel]>=2.1.4, <2.2",
"bottleneck", # recommended performance dependency for pandas, see https://pandas.pydata.org/docs/getting_started/install.html#performance-dependencies-recommended
# --------------------------
"parsedatetime",