Skip to content

Commit

Permalink
revert scipy specified version (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanCaldararu authored Jan 23, 2024
1 parent 1f75eee commit c74abcd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion workspace/src/localization/ekf_estimation/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 version_gte="1.8">python3-scipy</exec_depend>
<exec_depend>python3-scipy</exec_depend>
<exec_depend>localization_shared_utils</exec_depend>

<export>
Expand Down
2 changes: 1 addition & 1 deletion workspace/src/localization/ground_truth/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 version_gte="1.8">python3-scipy</exec_depend>
<exec_depend>python3-scipy</exec_depend>
<exec_depend>localization_shared_utils</exec_depend>

<export>
Expand Down
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 version_gte="1.8">python3-scipy</exec_depend>
<exec_depend>python3-scipy</exec_depend>

<export>
<build_type>ament_python</build_type>
Expand Down
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 version_gte="1.8">python3-scipy</exec_depend>
<exec_depend>python3-scipy</exec_depend>
<exec_depend>localization_shared_utils</exec_depend>

<export>
Expand Down

0 comments on commit c74abcd

Please sign in to comment.