Skip to content

Commit

Permalink
Added missing requirements for semantic_sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
mktk1117 committed Aug 20, 2023
1 parent 6f3a002 commit 71ddbd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sensor_processing/semantic_sensor/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
packages=[
"semantic_sensor",
],
install_requires=[
"torch",
"torchvision",
],
package_dir={"": "script"},
)

Expand Down

0 comments on commit 71ddbd3

Please sign in to comment.