From d583760db7c465929b43eec18acd11a3af7e1807 Mon Sep 17 00:00:00 2001 From: XQ Hu Date: Sat, 18 Jan 2025 18:39:53 +0000 Subject: [PATCH] minor updates --- sdks/python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 4ff1680766f9..558b886912fe 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -154,6 +154,7 @@ def cythonize(*args, **kwargs): # Exclude pandas<=1.4.2 since it doesn't work with numpy 1.24.x. # Exclude 1.5.0 and 1.5.1 because of # https://github.com/pandas-dev/pandas/issues/45725 +# must update the below "docs" and "test" for extras_require dataframe_dependency = [ 'pandas>=1.4.3,!=1.5.0,!=1.5.1,<2.3', ]