Skip to content

Commit dea5ba9

Browse files
authored
Adding USD requirements to requirements-extra (#617)
Authored by Abhishek Joshi
1 parent 2f66486 commit dea5ba9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

requirements-extra.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ mink
1212

1313
# for extra robosuite_models
1414
robosuite-models==1.0.0
15+
16+
# for USD export and rendering
17+
usd-core

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"pynput",
2626
"termcolor",
2727
"pytest",
28+
"tqdm",
2829
],
2930
eager_resources=["*"],
3031
include_package_data=True,

0 commit comments

Comments
 (0)