NVIDIA / MinkowskiEngine

Minkowski Engine is an auto-diff neural network library for high-dimensional sparse tensors
https://nvidia.github.io/MinkowskiEngine
Other
2.43k stars 360 forks source link

Fix --install-option is deprecated for pip >= v22.3 #557

Closed Gofinge closed 1 year ago

Gofinge commented 1 year ago

Hi @chrischoy:

I found that "--install-option" is deprecated for pip >= v22.3, and we can replace the argument with "--config-settings="--build-option=*". I hope this PR can make users install MinkowskiEngine easier.