Files
PythonRobotics/requirements/environment.yml
Atsushi Sakai ffd8602e25 support python3.11 (#741)
* 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
2023-01-29 22:22:11 +09:00

11 lines
131 B
YAML

name: python_robotics
channels:
- conda-forge
dependencies:
- python=3.11
- pip
- scipy
- numpy
- cvxpy
- matplotlib