Skip to content

Commit

Permalink
fix scipy, fix pip/apt error (#101)
Browse files Browse the repository at this point in the history
* fix scipy, fix pip/apt error
  • Loading branch information
StefanCaldararu authored Nov 15, 2023
1 parent 1dd8cea commit 39e1a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
IMAGE_TAG: "22.04"
USER_GROUPS: "dialout video"
USER_SHELL_ADD_ONS: ". /home/${COMPOSE_PROJECT_NAME}/${COMPOSE_PROJECT_NAME}/workspace/install/setup.bash"
PIP_REQUIREMENTS: "${DEFAULT_APT_DEPENDENCIES} tensorrt"
PIP_REQUIREMENTS: "${DEFAULT_PIP_REQUIREMENTS} tensorrt"
ROSDEP_METAPACKAGE: "art_dev_meta"
working_dir: "/home/${COMPOSE_PROJECT_NAME}/${COMPOSE_PROJECT_NAME}/workspace"
agx:
Expand Down
2 changes: 1 addition & 1 deletion workspace/src/localization/localization_py/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<exec_depend>python3-matplotlib</exec_depend>
<exec_depend>python3-numpy</exec_depend>
<exec_depend>python3-scipy</exec_depend>
<exec_depend version_gte="1.8">python3-scipy</exec_depend>

<export>
<build_type>ament_python</build_type>
Expand Down

0 comments on commit 39e1a65

Please sign in to comment.