Skip to content

Commit

Permalink
Wheel version downgrade due to openai/gym#3202
Browse files Browse the repository at this point in the history
  • Loading branch information
passalis committed May 15, 2023
1 parent ee86d9f commit 01061b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ git submodule update
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -U pip
python3 -m pip install setuptools configparser
python3 -m pip install setuptools configparser wheel==0.38.4

# Add repositories for ROS
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list' \
Expand Down

0 comments on commit 01061b7

Please sign in to comment.