While the github repo has the corrected version with scikit-learn ins the setup.py, the PI repo here -> https://pypi.org/project/mesh-to-sdf/#files still has sklearn in the requirements and breaks the pip install with an error saying sklearn is deprecated.
Why does mesh_to_sdf.mesh_to_sdf() output always give float32? Is there a way to change the output type?
scikit-learn
ins the setup.py, the PI repo here -> https://pypi.org/project/mesh-to-sdf/#files still hassklearn
in the requirements and breaks the pip install with an error saying sklearn is deprecated.