Skip to content

Commit

Permalink
build: Add dependency on robot_properties_fingers
Browse files Browse the repository at this point in the history
robot_properties_fingers is no published on PyPI so we can depend on it
in the pure-Python way.

Need at least version 2.0.2 as in the previous releases the URDF files
where not included.
  • Loading branch information
luator committed Jul 30, 2024
1 parent 0b34b04 commit 28305b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ install_requires =
gym >=0.23.1
opencv-python >=4.2.0.34
pyyaml >=5.3.1
robot_properties_fingers>=2.0.2

scripts =
demos/demo_cameras.py
Expand Down

0 comments on commit 28305b5

Please sign in to comment.