Skip to content

Make the source tree pip installable

Morten Ofstad requested to merge feature/morten.ofstad/PipInstallable into master

Don't use HINTS to specify python path, it only works if there is a cmake file there. Add numpy to requirements in pyproject.toml since we use the headers during compilation.

Merge request reports