IMTEK-Simulation / NuMPI

Utilities for MPI-parallel numerical calculations with Python
MIT License
2 stars 1 forks source link

Make `scipy` dependency optional #62

Closed pastewka closed 1 year ago

pastewka commented 1 year ago

scipy is a huge package and NuMPI should be able to work without it. All packages that use NuMPI pull in the scipy dependency.

pastewka commented 1 year ago

This addresses part of https://github.com/ContactEngineering/TopoBank/issues/915