Skip to content

Commit

Permalink
(chore) Adds httpx as a dependency to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
aleph-ra committed Feb 10, 2025
1 parent 422a542 commit e5af880
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The core of ROS Agents is agnostic to model serving platforms. It currently supp
Install python dependencies

```shell
pip install numpy opencv-python-headless 'attrs>=23.2.0' jinja2 httpx setproctitle msgpack msgpack-numpy numpy-quaternion
pip install numpy opencv-python-headless 'attrs>=23.2.0' jinja2 httpx setproctitle msgpack msgpack-numpy numpy-quaternion platformdirs
```

Download ROS Sugar
Expand Down
1 change: 1 addition & 0 deletions agents/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend>python3-tqdm</depend>
<depend>python3-httpx</depend>
<depend>automatika_ros_sugar</depend>

<buildtool_depend>ament_cmake</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cd agents_ws/src

Install python dependencies
```shell
pip install numpy opencv-python-headless 'attrs>=23.2.0' jinja2 httpx setproctitle msgpack msgpack-numpy numpy-quaternion
pip install numpy opencv-python-headless 'attrs>=23.2.0' jinja2 httpx setproctitle msgpack msgpack-numpy numpy-quaternion platformdirs
```

Download ROS Sugar.
Expand Down

0 comments on commit e5af880

Please sign in to comment.