Fix: cyxpy cannot be installed (#483)

Add a few lines in yml file to clarify dependencies
This commit is contained in:
Yang Wang
2021-02-20 07:06:16 -05:00
committed by GitHub
parent 58390e74f3
commit ef3fcec685

View File

@@ -1,9 +1,11 @@
name: python_robotics
channels:
- conda-forge
dependencies:
- python
- pip
- scipy
- numpy
- pandas
- cvxpy
- matplotlib
- python=3.9
- pip
- scipy
- numpy
- pandas
- cvxpy
- matplotlib