pynif3d
pynif3d copied to clipboard
Remove post_install.bash
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
- [ ] TODO
Definition of Done A clear and concise description of the conditions for marking the issue as completed.