Files
PythonRobotics/environment.yml
Yang Wang ef3fcec685 Fix: cyxpy cannot be installed (#483)
Add a few lines in yml file to clarify dependencies
2021-02-20 21:06:16 +09:00

12 lines
141 B
YAML

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