You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The installation procedure currently requires running the
post_install.bash
script in order to installtorchsearchsorted
andtorch_scatter
. These dependencies should be added tosetup.py
instead, allowing users to install PyNIF3D simply viapip 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.
The text was updated successfully, but these errors were encountered: