We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927055b commit 091e246Copy full SHA for 091e246
appveyor.yml
@@ -38,8 +38,15 @@ install:
38
- conda update -q conda
39
- conda info -a
40
- "python -m pip install --upgrade pip"
41
- - conda env create -f C:\\projects\pythonrobotics\environment.yml
42
- - activate python_robotics
+ - conda install numpy==1.15
+ - conda install scipy
43
+ - conda install matplotlib
44
+ - conda install pandas
45
+ - conda install -c conda-forge lapack
46
+ - conda install -c cvxgrp cvxpy
47
+ - conda install coveralls
48
+ #- conda env create -f C:\\projects\pythonrobotics\environment.yml
49
+ #- activate python_robotics
50
51
# Check that we have the expected version and architecture for Python
52
- "python --version"
0 commit comments