Skip to content

Commit

Permalink
expand pyarrow version (#2197)
Browse files Browse the repository at this point in the history
Co-authored-by: Toan Quach <[email protected]>
Co-authored-by: Fred Lefévère-Laoide <[email protected]>
  • Loading branch information
3 people authored Nov 7, 2024
1 parent 8f34308 commit 54e9209
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 @@ -56,7 +56,7 @@ def run(self):
"python-magic-bin>=0.4.14,<0.5;platform_system=='Windows'",
],
"rdp": ["rdp>=0.8"],
"arrow": ["pyarrow>=17.0.0,<18.0"],
"arrow": ["pyarrow>=16.0.0,<18.0"],
"mssql": ["pyodbc>=4"],
},
cmdclass={"build_py": NPMInstall},
Expand Down

0 comments on commit 54e9209

Please sign in to comment.