Skip to content

Commit

Permalink
Merge pull request #1781 from knorth55/rosbag-tools-numpy-version
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Mar 23, 2023
2 parents dbefb4c + b3745f5 commit 8d6ff58
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 8d6ff58

Please sign in to comment.