Skip to content
Snippets Groups Projects
Commit 76e63d1a authored by Markus Holzer's avatar Markus Holzer
Browse files

Merge branch 'fix-numpy' into 'master'

Fix: `np.issctype` was removed in NumPy 2.0. Use `issubdtype(_, np.generic)` instead.

See merge request !395
parents 6e49be6e 99e17399
Branches
Tags
1 merge request!395Fix: `np.issctype` was removed in NumPy 2.0. Use `issubdtype(_, np.generic)` instead.
Pipeline #67287 passed with stages
in 16 minutes and 18 seconds