mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 09:08:01 -05:00
fix code
This commit is contained in:
@@ -26,7 +26,7 @@ before_install:
|
||||
|
||||
|
||||
install:
|
||||
- conda install numpy
|
||||
- conda install numpy==1.15
|
||||
- conda install scipy
|
||||
- conda install matplotlib
|
||||
- conda install pandas
|
||||
|
||||
@@ -3,7 +3,7 @@ dependencies:
|
||||
- python==3.6
|
||||
- matplotlib
|
||||
- scipy
|
||||
- numpy
|
||||
- numpy==1.15
|
||||
- pandas
|
||||
- pip:
|
||||
- cvxpy
|
||||
|
||||
Reference in New Issue
Block a user