Skip to content

Commit

Permalink
Install matplotlib from pip instead of homebrew (#104)
Browse files Browse the repository at this point in the history
Fixes #103
  • Loading branch information
Caramelle authored and mikepurvis committed Jan 29, 2018
1 parent 268126c commit 3cb191f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rosdeps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ python:
packages: [pip, setuptools, nose]
python-matplotlib:
osx:
homebrew:
packages: [homebrew/science/matplotlib]
pip:
packages: [matplotlib]
python-numpy:
osx:
homebrew:
Expand Down

0 comments on commit 3cb191f

Please sign in to comment.