Skip to content
Snippets Groups Projects
Unverified Commit 793197d3 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: fix compatibility with NumPy 2.x on Windows

parent 6753480c
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ void call_PyArray_InitArrFuncs(PyArray_ArrFuncs* funcs) {
PyArray_InitArrFuncs(funcs);
}
int call_PyArray_RegisterDataType(PyArray_Descr* dtype) {
int call_PyArray_RegisterDataType(PyArray_DescrProto* dtype) {
return PyArray_RegisterDataType(dtype);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment