Skip to content

Commit

Permalink
Adding matplotlib to Conda dependencies (#314)
Browse files Browse the repository at this point in the history
Summary:
Noticed that matplotlib was included in setup.py and required for pip, but not for conda. Adding matplotlib so both are consistent.
Pull Request resolved: #314

Reviewed By: orionr, NarineK

Differential Revision: D20295348

Pulled By: vivekmig

fbshipit-source-id: f9a4118ff808af8a60f38fce5576fe4f7a99336f
  • Loading branch information
vivekmig authored and facebook-github-bot committed Mar 6, 2020
1 parent 662fd69 commit 4b2eb33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ requirements:
run:
- numpy
- pytorch>=1.2
- matplotlib

test:
imports:
Expand Down

0 comments on commit 4b2eb33

Please sign in to comment.