Skip to content
Snippets Groups Projects
Verified Commit 78af7a45 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

fix: adapt to numpy deprecation of int and float.

`numpy.int` and `numpy.float` have been dropped in numpy 1.24.
Using `int` and `float` instead.
parent 6e84f07a
No related branches found
No related tags found
No related merge requests found
Pipeline #87937 passed