mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
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
This commit is contained in:
parent
79a1d2bd78
commit
dc53eefd25
|
|
@ -5,4 +5,4 @@ requests
|
|||
setuptools
|
||||
six
|
||||
typing_extensions
|
||||
dataclasses
|
||||
dataclasses; python_version<"3.7"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user