File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,16 @@ install:
3838 - conda update -q conda
3939 - conda info -a
4040 - " python -m pip install --upgrade pip"
41- - conda install numpy==1.15
42- - conda install scipy
43- - conda install matplotlib
44- - conda install pandas
45- - conda config --add channels conda-forge
46- - conda install -c conda-forge lapack
47- - conda install -c cvxgrp cvxpy
48- - conda install coveralls
49- # - conda env create -f C:\\projects\pythonrobotics\environment.yml
50- # - activate python_robotics
41+ # - conda install numpy==1.15
42+ # - conda install scipy
43+ # - conda install matplotlib
44+ # - conda install pandas
45+ # - conda config --add channels conda-forge
46+ # - conda install -c conda-forge lapack
47+ # - conda install -c cvxgrp cvxpy
48+ # - conda install coveralls
49+ - conda env create -f C:\\projects\pythonrobotics\environment.yml
50+ - activate python_robotics
5151
5252 # Check that we have the expected version and architecture for Python
5353 - " python --version"
You can’t perform that action at this time.
0 commit comments