Skip to content

Commit

Permalink
Fix the lowerbound for NumPy
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Sep 21, 2023
1 parent 3ddf755 commit e95e456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -58,7 +58,7 @@
install_requires=[
'pandas>=0.23.2,<2.0.0',
'pyarrow>=0.10,<=12.0',
'numpy>=1.14,<=1.23',
'numpy>=1.14,<=1.24',
],
author="Databricks",
author_email="koalas@databricks.com",
Expand Down

0 comments on commit e95e456

Please sign in to comment.