pfnet / pynif3d

MIT License
96 stars 4 forks source link

Remove post_install.bash #19

Open mihaimorariu opened 3 years ago

mihaimorariu commented 3 years ago

The installation procedure currently requires running the post_install.bash script in order to install torchsearchsorted and torch_scatter. These dependencies should be added to setup.py instead, allowing users to install PyNIF3D simply via pip install -e. The only reason why the post installation script exists is because PyNIF3D has not yet been tested with the newer versions of the two dependencies.

Tasks to be completed

Definition of Done A clear and concise description of the conditions for marking the issue as completed.