Skip to content

Commit

Permalink
Fix installation dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Sep 21, 2023
1 parent 89b39e2 commit 9be4b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -56,8 +56,8 @@
},
python_requires='>=3.5,<3.11',
install_requires=[
'pandas>=0.23.2',
'pyarrow>=0.10',
'pandas>=0.23.2,<2.0.0',
'pyarrow>=0.10,<=12.0',
'numpy>=1.14',
],
author="Databricks",
Expand Down

0 comments on commit 9be4b8c

Please sign in to comment.