Skip to content

Commit 42a2473

Browse files
ppwwyyxxfacebook-github-bot
authored andcommitted
dataclasses dependency
Summary: Pull Request resolved: #2651 Pull Request resolved: facebookresearch/fvcore#57 close facebookresearch/fvcore#56 Reviewed By: theschnitz Differential Revision: D26585142 fbshipit-source-id: 321bb84406a78fc0cebbe49b1f9329087c48bd4f
1 parent 31eed14 commit 42a2473

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ def get_model_zoo_configs() -> List[str]:
216216
"pycocotools>=2.0.2", # corresponds to https://github.com/ppwwyyxx/cocoapi
217217
"future", # used by caffe2
218218
"pydot", # used to save caffe2 SVGs
219+
"dataclasses; python_version<'3.7'",
219220
],
220221
extras_require={
221222
"all": [

0 commit comments

Comments
 (0)