diff --git a/environment.yml b/environment.yml index a5361d4a..1441b790 100644 --- a/environment.yml +++ b/environment.yml @@ -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