Skip to content

Commit

Permalink
add a requirements file so that we can install all the dependencies i…
Browse files Browse the repository at this point in the history
…n one shot (facebookresearch#20)

pip3 install -r requirements.txt

added the pytorch and related requirements, caffe2 is still tbd because it doesn't use PIP
  • Loading branch information
hyuen authored and mnaumovfb committed Aug 6, 2019
1 parent 785ac51 commit f60ae9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
numpy
torch
onnx

0 comments on commit f60ae9c

Please sign in to comment.