Skip to content

Commit 4b2eb33

Browse files
vivekmigfacebook-github-bot
authored andcommitted
Adding matplotlib to Conda dependencies (#314)
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
1 parent 662fd69 commit 4b2eb33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.conda/meta.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ requirements:
1717
run:
1818
- numpy
1919
- pytorch>=1.2
20+
- matplotlib
2021

2122
test:
2223
imports:

0 commit comments

Comments
 (0)