onnxruntime/orttraining
fxmarty 4d2dc8bbbd
Replace all numpy.bool by python builtin bool (#14014)
`numpy.bool` has been removed as from 1.24.0.

It was before an alias for python's `bool`.

Fixes https://github.com/huggingface/optimum/issues/610

### Motivation and Context

Numpy 1.24.0 breaks for example IO binding helpers.
2022-12-23 09:27:23 +10:00
..
orttraining Replace all numpy.bool by python builtin bool (#14014) 2022-12-23 09:27:23 +10:00
pytorch_frontend_examples Set black's target version (#11370) 2022-04-27 14:52:19 -07:00
tools Replace all numpy.bool by python builtin bool (#14014) 2022-12-23 09:27:23 +10:00