Skip to content

Commit 7d2e68d

Browse files
ezyangfacebook-github-bot
authored andcommitted
Pin omegaconf, as latest release conflicts with hydra-core
Summary: Signed-off-by: Edward Z. Yang <[email protected]> Thanks for your contribution! If you're sending a large PR (e.g., >100 lines), please open an issue first about the feature / bug, and indicate how you want to contribute. We do not always accept features. See https://detectron2.readthedocs.io/notes/contributing.html#pull-requests about how we handle PRs. Before submitting a PR, please run `dev/linter.sh` to lint the code. Pull Request resolved: #5057 Reviewed By: shapovalov, r-barnes Differential Revision: D48303938 Pulled By: ezyang fbshipit-source-id: eedf6e79ce5d3a40b4ef6dca1c9ece22f00a9fa4
1 parent 32a186e commit 7d2e68d

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
@@ -186,7 +186,7 @@ def get_model_zoo_configs() -> List[str]:
186186
"fvcore>=0.1.5,<0.1.6", # required like this to make it pip installable
187187
"iopath>=0.1.7,<0.1.10",
188188
"dataclasses; python_version<'3.7'",
189-
"omegaconf>=2.1",
189+
"omegaconf>=2.1,<2.4",
190190
"hydra-core>=1.1",
191191
"black",
192192
"packaging",

0 commit comments

Comments
 (0)