Skip to content

Commit

Permalink
Dependency setting clean up (AtsushiSakai#348)
Browse files Browse the repository at this point in the history
* requiirements.txt use specific version

* use appveyor

* fix appveyor

* fix appveyor

* fix appveyor
  • Loading branch information
AtsushiSakai authored Jul 5, 2020
1 parent eb42d39 commit 5f6e4f8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 44 deletions.
35 changes: 0 additions & 35 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Please check this paper to understand the philosophy of this project.

## Check your Python version.

We only accept a PR for Python 3.6.x or higher.
We only accept a PR for Python 3.8.x or higher.

We will not accept a PR for Python 2.x.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ install:
- SET PATH=%PYTHON%;%PYTHON%\Scripts;%PYTHON%\Library\bin;%PATH%
- SET PATH=%PATH%;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin
- conda config --set always_yes yes --set changeps1 no
- conda config --append channels conda-forge
- conda update -q conda
- conda info -a
- conda env create -f C:\\projects\pythonrobotics\environment.yml
Expand Down
5 changes: 2 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: python_robotics
dependencies:
- python
- pip
- matplotlib
- scipy
- numpy
- pandas
- cvxpy
- matplotlib
- coverage
- pip:
- cvxpy
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
pandas
scipy
matplotlib
cvxpy
numpy == 1.19.0
scipy == 1.5.1
pandas == 1.0.5
matplotlib == 3.2.2
cvxpy == 1.1.1

0 comments on commit 5f6e4f8

Please sign in to comment.