Files
PythonRobotics/requirements/environment.yml
Atsushi Sakai b9345da036 try to use python3.10 (#561)
* try to use python3.10

* try python3.10

* try python3.10
2022-05-07 16:04:39 +09:00

12 lines
142 B
YAML

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