fix cython errors

This commit is contained in:
jxxghp
2025-03-23 19:09:48 +08:00
parent 4c4bf698b1
commit 740cf12c11
3 changed files with 7 additions and 7 deletions

View File

@@ -29,9 +29,9 @@ setup(
"auto_pickle": False,
"embedsignature": True,
"annotation_typing": True,
"infer_types": False
},
annotate=True
"infer_types": True,
"binding": True,
}
),
script_args=["build_ext", "-j8", "--inplace"],
)