Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix: cyxpy cannot be installed
Add a few lines in yml file to clarify dependencies
  • Loading branch information
wang701 committed Feb 16, 2021
commit c4b50121d924f2adf141aec04c8693676543e49d
16 changes: 9 additions & 7 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -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