mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-02-11 12:48:38 -05:00
Using scipy.spatial.rotation matrix (#335)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user