MyoHub / myoconverter

A tool to convert opensim 4.0+ MSK models into MuJoCo format with optimized muscle kinematics and kinetics
Apache License 2.0
62 stars 5 forks source link

Upgrade versions of numpy e.a. #32

Closed rogervankanten closed 4 months ago

rogervankanten commented 4 months ago

Upgrade versions of several packages, including numpy (1.23.5).

aikkala commented 4 months ago

@rogervankanten was there a reason for changing from pymesh.n_faces to pymesh.n_faces_strict?

EDIT: nevermind, saw that n_faces will be deprecated

HuaweiWang commented 4 months ago

This warning comes from the fpdf2 package that we are using. And it is a known limitation. We probably cannot do much about it.

@rogervankanten Thanks for upgrating the Numpy version. @aikkala Thanks for checking. Will merge this pull request.