mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 14:17:59 -05:00
* support python3.11 * try to fix error * try to fix error * try to fix error * try to fix error * try to fix error * try to fix error * try to fix error * try to fix error * try to fix error * add docs * fix conflict * fix conflict * fix conflict * using python3.10 for appveyors * add windows CI * roll back appveyor settings * fix windows CI
11 lines
131 B
YAML
11 lines
131 B
YAML
name: python_robotics
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.11
|
|
- pip
|
|
- scipy
|
|
- numpy
|
|
- cvxpy
|
|
- matplotlib
|