Skip to content

Commit

Permalink
[silero_vad_ros] Fix virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Apr 20, 2023
1 parent 456d455 commit a8c2066
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions silero_vad_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ find_package(catkin REQUIRED COMPONENTS catkin_virtualenv)

catkin_generate_virtualenv(
PYTHON_INTERPRETER python3.8
USE_SYSTEM_PACKAGES FALSE
CHECK_VENV FALSE
)

Expand Down
2 changes: 2 additions & 0 deletions silero_vad_ros/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
torch
torchaudio
numpy

0 comments on commit a8c2066

Please sign in to comment.