Skip to content

Commit

Permalink
Set lowerbound for NumPy too
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Sep 21, 2023
1 parent 9be4b8c commit 3ddf755
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 @@ -58,7 +58,7 @@
install_requires=[
'pandas>=0.23.2,<2.0.0',
'pyarrow>=0.10,<=12.0',
'numpy>=1.14',
'numpy>=1.14,<=1.23',
],
author="Databricks",
author_email="koalas@databricks.com",
Expand Down

0 comments on commit 3ddf755

Please sign in to comment.