Skip to content

Commit

Permalink
Merge pull request #608 from pariterre/master
Browse files Browse the repository at this point in the history
Fixed the versions
  • Loading branch information
pariterre authored Jan 26, 2023
2 parents 1924c65 + 5a5ddd7 commit bfa4d90
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bioptim/interfaces/biorbd_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

import biorbd_casadi as biorbd
from casadi import MX, horzcat, vertcat, SX, norm_fro
import numpy as np
from bioptim.misc.utils import check_version


check_version(biorbd, "1.9.9", "1.10.0")


class BiorbdModel:
Expand Down

0 comments on commit bfa4d90

Please sign in to comment.