Skip to content

Commit

Permalink
πŸ„πŸ»β€β™‚οΈ Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylark0924 committed Nov 30, 2024
1 parent d533bcd commit 88d7c7e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ jobs:
python -m pip install flake8 pytest pytest-cov
pip install pip==21.0
pip install -r requirements.txt
pip install gdown==5.2.0
cd ./rofunc/simulator/
gdown https://drive.google.com/uc?id=1GT-rhPrg0FSzX556FVPzShHOPMt8vo8C&export=download
unzip -q assets.zip
rm assets.zip
cd ../../
cd ./examples/
gdown https://drive.google.com/uc?id=1pOzD61CQJcy4L2hXveT1cGiD0AkIDt_c&export=download
unzip -q data.zip
rm data.zip
cd ../
pip install .
sudo apt install -qqy lsb-release gnupg2 curl
Expand Down
1 change: 1 addition & 0 deletions scripts/install_w_isaacgym.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pip3rf install pip==21.3.1

# Install the requirements and rofunc
pip3rf install -r requirements.txt
pip3rf install gdown==5.2.0

# Download assets and data
cd ./rofunc/simulator/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'tqdm==4.67.1',
'pandas==2.0.3',
'hydra-core==1.3.2',
'trimesh-4.5.3',
'trimesh==4.5.3',
'lxml==5.3.0',
"pytorch_kinematics==0.7.2",
'nestle==0.2.0',
Expand Down

0 comments on commit 88d7c7e

Please sign in to comment.