mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 18:48:09 -05:00
* requiirements.txt use specific version * use appveyor * fix appveyor * fix appveyor * fix appveyor
11 lines
108 B
YAML
11 lines
108 B
YAML
name: python_robotics
|
|
dependencies:
|
|
- python
|
|
- pip
|
|
- scipy
|
|
- numpy
|
|
- pandas
|
|
- cvxpy
|
|
- matplotlib
|
|
- coverage
|