Skip to content

Commit 2a9f2f7

Browse files
[MISC] Update gstaichi to 2.1.0. (Genesis-Embodied-AI#1618)
Co-authored-by: Alexis Duburcq <alexis.duburcq@gmail.com>
1 parent 281d892 commit 2a9f2f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

genesis/utils/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def _launch_kernel(self, t_kernel, *args):
378378

379379
template_num = 0
380380
for i, v in enumerate(args):
381-
needed = self.arguments[i].annotation
381+
needed = self.arg_metas[i].annotation
382382
if isinstance(needed, ti.template):
383383
template_num += 1
384384
continue

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.10,<3.14"
1111
dependencies = [
1212
"psutil",
13-
"gstaichi == 1.0.1",
13+
"gstaichi == 2.1.0",
1414
"pydantic >= 2.7.1",
1515
"numpy >= 1.26.4",
1616
"trimesh",

0 commit comments

Comments
 (0)