mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 13:18:18 -05:00
Fix: cyxpy cannot be installed (#483)
Add a few lines in yml file to clarify dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user