Skip to content

Commit 32c32e3

Browse files
zhanghang1989facebook-github-bot
authored andcommitted
Fix CI failure on Circle CI
Summary: X-link: fairinternal/detectron2#570 Pull Request resolved: #4251 Try to fix the CI failure https://app.circleci.com/pipelines/github/facebookresearch/detectron2?filter=all Omegaconf released 2 days ago which may cause the issue https://pypi.org/project/omegaconf/#history Reviewed By: sstsai-adl Differential Revision: D36518426 fbshipit-source-id: b1cc2aba5faa3fef40f2a6f07aa5028dd69608df
1 parent 728ee8b commit 32c32e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def get_model_zoo_configs() -> List[str]:
181181
"future", # used by caffe2
182182
"pydot", # used to save caffe2 SVGs
183183
"dataclasses; python_version<'3.7'",
184-
"omegaconf>=2.1",
184+
"omegaconf>=2.1,<=2.2.0",
185185
"hydra-core>=1.1",
186186
"black==21.4b2",
187187
"scipy>1.5.1",

0 commit comments

Comments
 (0)