-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
25 lines (23 loc) · 828 Bytes
/
package.xml
File metadata and controls
25 lines (23 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package format="2">
<name>ibmmpy</name>
<version>0.1.0</version>
<description>
Python library for implementing I-BMM event detection for gaze data.
</description>
<author email="rmaronson@cmu.edu">Reuben Aronson</author>
<maintainer email="rmaronson@cmu.edu">Reuben Aronson</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>python</depend>
<depend>python-numpy</depend>
<depend>python-scikit-learn</depend>
<depend>python-pandas</depend>
<depend>python-scipy</depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<depend>std_msgs</depend>
<depend>geometry_msgs</depend>
<depend>actionlib</depend>
<depend>actionlib_msgs</depend>
</package>