Skip to content

Commit

Permalink
[base] Pin pybullet version
Browse files Browse the repository at this point in the history
Probably good to pin versions of pip-installed packages as much as
possible.
  • Loading branch information
luator committed Jun 24, 2024
1 parent f24221b commit f522616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trifinger_base.def
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ From: ros:{{ ROS_DISTRO }}-ros-base
# newer numpy version is needed
python3 -m pip install numpy==1.23.3

python3 -m pip install pybullet
# newer numba version is needed for some projects
python3 -m pip install numba==0.59.1

python3 -m pip install pybullet==3.2.6
python3 -m pip install gym
python3 -m pip install namegenerator

Expand Down

0 comments on commit f522616

Please sign in to comment.