Skip to content

Commit ef3fcec

Browse files
authored
Fix: cyxpy cannot be installed (AtsushiSakai#483)
Add a few lines in yml file to clarify dependencies
1 parent 58390e7 commit ef3fcec

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

environment.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: python_robotics
2+
channels:
3+
- conda-forge
24
dependencies:
3-
- python
4-
- pip
5-
- scipy
6-
- numpy
7-
- pandas
8-
- cvxpy
9-
- matplotlib
5+
- python=3.9
6+
- pip
7+
- scipy
8+
- numpy
9+
- pandas
10+
- cvxpy
11+
- matplotlib

0 commit comments

Comments
 (0)