Skip to content

Commit

Permalink
Conditional requirement for py3.6 only (pytorch#46932)
Browse files Browse the repository at this point in the history
Summary:
Fixes pytorch#46930

Pull Request resolved: pytorch#46932

Reviewed By: mrshenli

Differential Revision: D24574196

Pulled By: seemethere

fbshipit-source-id: 11daf8abe226670277f1b5682fd9890d23576271
  • Loading branch information
ccoulombe authored and facebook-github-bot committed Oct 27, 2020
1 parent 79a1d2b commit dc53eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ requests
setuptools
six
typing_extensions
dataclasses
dataclasses; python_version<"3.7"

0 comments on commit dc53eef

Please sign in to comment.