File tree Expand file tree Collapse file tree 5 files changed +9
-44
lines changed Expand file tree Collapse file tree 5 files changed +9
-44
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ Please check this paper to understand the philosophy of this project.
1818
1919## Check your Python version.
2020
21- We only accept a PR for Python 3.6 .x or higher.
21+ We only accept a PR for Python 3.8 .x or higher.
2222
2323We will not accept a PR for Python 2.x.
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ install:
3434 - SET PATH=%PYTHON%;%PYTHON%\Scripts;%PYTHON%\Library\bin;%PATH%
3535 - SET PATH=%PATH%;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin
3636 - conda config --set always_yes yes --set changeps1 no
37+ - conda config --append channels conda-forge
3738 - conda update -q conda
3839 - conda info -a
3940 - conda env create -f C:\\projects\pythonrobotics\environment.yml
Original file line number Diff line number Diff line change @@ -2,10 +2,9 @@ name: python_robotics
22dependencies :
33- python
44- pip
5- - matplotlib
65- scipy
76- numpy
87- pandas
8+ - cvxpy
9+ - matplotlib
910- coverage
10- - pip :
11- - cvxpy
Original file line number Diff line number Diff line change 1- numpy
2- pandas
3- scipy
4- matplotlib
5- cvxpy
1+ numpy == 1.19.0
2+ scipy == 1.5.1
3+ pandas == 1.0.5
4+ matplotlib == 3.2.2
5+ cvxpy == 1.1.1
You can’t perform that action at this time.
0 commit comments