mechmotum / symbrim

A Modular and Extensible Open-Source Framework for Creating Symbolic Bicycle-Rider Models
https://mechmotum.github.io/symbrim/
Creative Commons Zero v1.0 Universal
10 stars 3 forks source link

Add numpy as official dependency #146

Closed tjstienstra closed 2 days ago

tjstienstra commented 2 days ago

This PR adds numpy as official dependency. Originally, I decided only to use it in combination with parameterized, i.e. as an optional dependency. However, I have also started using it in the zero_check. And as numpy is almost a commonly installed package, I don't see a good reason to avoid its usage.