Using scipy.spatial.rotation matrix (#335)

This commit is contained in:
Atsushi Sakai
2020-06-07 20:28:29 +09:00
committed by GitHub
parent d1bde5835f
commit b8afdb10d8
26 changed files with 1002 additions and 931 deletions

View File

@@ -18,10 +18,9 @@ before_install:
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
# - conda install python==3.6.8
install:
- conda install numpy==1.15
- conda install numpy
- conda install scipy
- conda install matplotlib
- conda install pandas