Skip to content

Commit

Permalink
python: remove LooseVersion for Python > 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Nov 15, 2023
1 parent c515d1e commit 7b36e32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/python/pinocchio/visualize/meshcat_visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import os
import warnings
import numpy as np
from distutils.version import LooseVersion

try:
import hppfcl
Expand Down

0 comments on commit 7b36e32

Please sign in to comment.