Skip to content

Commit

Permalink
Add expecttest to requirements.txt (pytorch#63320)
Browse files Browse the repository at this point in the history
Summary:
This PR closes the developer environment gap left by pytorch#60658 by adding [expecttest](https://github.com/ezyang/expecttest) to `requirements.txt`. Thus it provides a solution to one of the short-term problems that pytorch#60697 tries to solve, but does not provide a long-term solution to pytorch#61375.

Pull Request resolved: pytorch#63320

Reviewed By: malfet

Differential Revision: D30340654

Pulled By: samestep

fbshipit-source-id: 26c8f8c9889cce4a94fafb1bf2f0d6df4c70503f
  • Loading branch information
samestep authored and facebook-github-bot committed Aug 16, 2021
1 parent e75ed4a commit 1e8de64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Python dependencies required for development
astunparse
expecttest
future
numpy
psutil
Expand Down

0 comments on commit 1e8de64

Please sign in to comment.