Skip to content

Commit dd24fa9

Browse files
committed
fix(pip): add transforms3d to requirements
because otherwise we use the apt system version 0.3.1 from 2017. This lead to issues in combination with newer `numpy` versions, which are installed by our requirements due to dependencies on it by other packages (e.g. YOEO). This would lead to our software stack not being launchable on fresh setups. Fixes: 215
1 parent 668cab1 commit dd24fa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements/common.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
filterpy
33
pip
44
pytorchyolo
5+
transforms3d
56
git+https://github.com/SammyRamone/stable-baselines3.git
67
git+https://github.com/bit-bots/deep_quintic.git
78
git+https://github.com/Flova/pyastar2d

0 commit comments

Comments
 (0)