Skip to content

Commit

Permalink
update version and remove extraneous np import
Browse files Browse the repository at this point in the history
  • Loading branch information
cremebrule committed Dec 12, 2024
1 parent ee78e94 commit 04c37c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion omnigibson/utils/config_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import json
import os

import numpy as np
import torch as th
import yaml

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"matplotlib>=3.0.0",
"lxml>=5.3.0",
"numba>=0.60.0",
"cffi~=1.16.0",
"cffi>=1.16.0",
"pillow~=10.2.0",
],
extras_require={
Expand Down

0 comments on commit 04c37c5

Please sign in to comment.