From 1e8de64c661f8f053d5fd94c92cdbc7ff2fb4b1f Mon Sep 17 00:00:00 2001 From: Sam Estep Date: Mon, 16 Aug 2021 13:20:59 -0700 Subject: [PATCH] Add expecttest to requirements.txt (#63320) Summary: This PR closes the developer environment gap left by https://github.com/pytorch/pytorch/issues/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 https://github.com/pytorch/pytorch/issues/60697 tries to solve, but does not provide a long-term solution to https://github.com/pytorch/pytorch/issues/61375. Pull Request resolved: https://github.com/pytorch/pytorch/pull/63320 Reviewed By: malfet Differential Revision: D30340654 Pulled By: samestep fbshipit-source-id: 26c8f8c9889cce4a94fafb1bf2f0d6df4c70503f --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index ecfb1c9c80f..c9f16ce5756 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ # Python dependencies required for development astunparse +expecttest future numpy psutil