| commit | dc53eefd256ad0110fae098be96d403ae7b85a97 | [log] [tgz] |
|---|---|---|
| author | Charles Coulombe <ccoulombe@users.noreply.github.com> | Tue Oct 27 14:56:16 2020 -0700 |
| committer | Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com> | Tue Oct 27 14:59:55 2020 -0700 |
| tree | ee7f5b2ea8e61497ef7c46d3694c544c9d6b61f7 | |
| parent | 79a1d2bd781c83591d3c024237243010c723f0ea [diff] |
Conditional requirement for py3.6 only (#46932) Summary: Fixes https://github.com/pytorch/pytorch/issues/46930 Pull Request resolved: https://github.com/pytorch/pytorch/pull/46932 Reviewed By: mrshenli Differential Revision: D24574196 Pulled By: seemethere fbshipit-source-id: 11daf8abe226670277f1b5682fd9890d23576271
diff --git a/requirements.txt b/requirements.txt index 07127f7..759baf3 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -5,4 +5,4 @@ setuptools six typing_extensions -dataclasses +dataclasses; python_version<"3.7"