Remove dependency on SciPy #64
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
Milestone
SciPy is only used for some sparse matrix operations in utils/graph.py. These include:
If PyTorch has equivalent functionality in torch.sparse, then these should be ported over to PyTorch and SciPy should be removed as a dependency.
The text was updated successfully, but these errors were encountered: