Skip to content

Commit

Permalink
Merge pull request #1076 from StanfordVL/reduce-numba
Browse files Browse the repository at this point in the history
Reduce numba requirement version to match Isaac Sim
  • Loading branch information
cgokmen authored Jan 8, 2025
2 parents 260704c + 22512cf commit ad5808d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"graphviz>=0.20",
"matplotlib>=3.0.0",
"lxml>=5.3.0",
"numba>=0.60.0",
"numba>=0.59.1",
"cffi>=1.16.0",
"pillow~=10.2.0",
],
Expand Down

0 comments on commit ad5808d

Please sign in to comment.