Open Care99 opened 5 months ago
Previous setup uses numpy.distutils, wich has been deprecated From https://numpy.org/doc/stable/reference/distutils.html
numpy.distutils is deprecated, and will be removed for Python >= 3.12. For more details, see Status of numpy.distutils and migration advice
The package's build system has been updated to use scikit-build, a tool that simplifies the process of building and distributing Python packages that require CMake.