Skip to content

Commit

Permalink
Revert pandas version to >=2.2,<2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh Vashishtha <mahesh.vashishtha@snowflake.com>
  • Loading branch information
sfc-gh-mvashishtha committed Apr 10, 2024
1 parent eac21a8 commit 67e2541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def make_distribution(self):
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=[
"pandas==2.2.1",
"pandas>=2.2,<2.3",
"packaging>=21.0",
"numpy>=1.22.4",
"fsspec>=2022.11.0",
Expand Down

0 comments on commit 67e2541

Please sign in to comment.