Skip to content

Commit 3ec9244

Browse files
authored
Merge branch 'master' into app-manager-utils
2 parents 67e8948 + 8d6ff58 commit 3ec9244

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

jsk_rosbag_tools/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ if($ENV{ROS_DISTRO} STREQUAL "noetic")
2525
)
2626
else()
2727
catkin_generate_virtualenv(
28-
INPUT_REQUIREMENTS requirements.in
28+
INPUT_REQUIREMENTS requirements.in.python2
29+
PYTHON_INTERPRETER python2
2930
)
3031
endif()
3132

jsk_rosbag_tools/requirements.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
moviepy==1.0.3
2+
scipy<1.9.0
3+
numpy>=1.21.0
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
moviepy==1.0.3
2+
numpy<1.21.0

0 commit comments

Comments
 (0)