Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
liferoad committed Jan 18, 2025
1 parent 7cca1aa commit d583760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
Expand Down

0 comments on commit d583760

Please sign in to comment.