Skip to content

Commit

Permalink
Merge branch 'master' into app-manager-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 authored Mar 23, 2023
2 parents 67e8948 + 8d6ff58 commit 3ec9244
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsk_rosbag_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ if($ENV{ROS_DISTRO} STREQUAL "noetic")
)
else()
catkin_generate_virtualenv(
INPUT_REQUIREMENTS requirements.in
INPUT_REQUIREMENTS requirements.in.python2
PYTHON_INTERPRETER python2
)
endif()

Expand Down
2 changes: 2 additions & 0 deletions jsk_rosbag_tools/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
moviepy==1.0.3
scipy<1.9.0
numpy>=1.21.0
2 changes: 2 additions & 0 deletions jsk_rosbag_tools/requirements.in.python2
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
moviepy==1.0.3
numpy<1.21.0

0 comments on commit 3ec9244

Please sign in to comment.