We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5ce2c commit 0c85f8eCopy full SHA for 0c85f8e
pyproject.toml
@@ -20,6 +20,7 @@ dependencies = [
20
"ur_rtde",
21
"dynamixel-sdk",
22
"rospkg",
23
+ "torch",
24
"dex_retargeting"
25
]
26
setup_conda.sh
@@ -96,14 +96,6 @@ elif [[ "$1" == "--install" ]]; then
96
fi
97
pip install --upgrade pip
98
99
- if [[ "$OS_NAME" == "Linux" ]]; then
100
- # install compilation tools on conda
101
- conda install -c conda-forge gcc gxx cmake make -y
102
- else
103
- echo "Unsupported operating system: $OS_NAME"
104
- exit 1
105
- fi
106
-
107
# Install the required packages
108
rm -rf dependencies
109
mkdir dependencies
0 commit comments