oap-project / raydp

RayDP provides simple APIs for running Spark on Ray and integrating Spark with AI libraries.
Apache License 2.0
293 stars 66 forks source link

koalas test failed because 'numpy' was upgraded to 1.24 #296

Closed KepingYan closed 1 year ago

KepingYan commented 1 year ago
import databricks.koalas as ks
ks.range(0, 100)

databricks/koalas/typedef/typehints.py:161: FutureWarning: In the future np.bool will be defined as the corresponding NumPy scalar. (This may have returned Python scalars in past versions. elif tpe in (bool, np.bool, "bool", "?"):

AttributeError: module 'numpy' has no attribute 'bool'