Skip to content

Commit 3cbc600

Browse files
committed
Update pandas version upper bound to support python 3.14
1 parent eaba570 commit 3cbc600

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sdks/python/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def cythonize(*args, **kwargs):
162162
# https://github.com/pandas-dev/pandas/issues/45725
163163
# must update the below "docs" and "test" for extras_require
164164
dataframe_dependency = [
165-
'pandas>=1.4.3,!=1.5.0,!=1.5.1,<2.3',
165+
'pandas>=1.4.3,!=1.5.0,!=1.5.1,<2.4',
166166
]
167167

168168
milvus_dependency = ['pymilvus>=2.5.10,<3.0.0']
@@ -485,7 +485,7 @@ def get_portability_package_data():
485485
'docstring-parser>=0.15,<1.0',
486486
'docutils>=0.18.1',
487487
'markdown',
488-
'pandas<2.3.0',
488+
'pandas<2.4.0',
489489
'openai',
490490
'virtualenv-clone>=0.5,<1.0',
491491
],
@@ -496,7 +496,7 @@ def get_portability_package_data():
496496
'jinja2>=3.0,<3.2',
497497
'joblib>=1.0.1',
498498
'mock>=1.0.1,<6.0.0',
499-
'pandas<2.3.0',
499+
'pandas<2.4.0',
500500
'parameterized>=0.7.1,<0.10.0',
501501
'pydot>=1.2.0,<2',
502502
'pyhamcrest>=1.9,!=1.10.0,<3.0.0',

0 commit comments

Comments
 (0)