Commit fcf97c0
boundingbox.py: Changed np.int to np.int32 to make compatible with new versions of numpy (#624)
numpy.int is deprecated (>=1.20) or removed (>=1.24). This is
compatible back to >=1.13 and possibly earlier (earliest version for
which online documentation exists)
---------
Co-authored-by: Sameer Sheorey <[email protected]>1 parent 5ebe6e5 commit fcf97c0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
0 commit comments