sjyangkevin commented on issue #52753:
URL: https://github.com/apache/airflow/issues/52753#issuecomment-3032202339

   > it is connected to change made in numpy 2.0 
https://numpy.org/doc/2.2/release/2.0.0-notes.html - the data type is called 
numpy.bool instead of numpy.bool_ and the numpy.bool_ is used as alias
   
   Yes, but we cannot simply update `numpy.bool_` to `numpy.bool`, which is 
considered not importable and could fail tests.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to