Skip to content

Commit

Permalink
Pin omegaconf, as latest release conflicts with hydra-core
Browse files Browse the repository at this point in the history
Summary:
Signed-off-by: Edward Z. Yang <ezyang@meta.com>

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
  • Loading branch information
ezyang authored and facebook-github-bot committed Aug 14, 2023
1 parent 32a186e commit 7d2e68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def get_model_zoo_configs() -> List[str]:
"fvcore>=0.1.5,<0.1.6", # required like this to make it pip installable
"iopath>=0.1.7,<0.1.10",
"dataclasses; python_version<'3.7'",
"omegaconf>=2.1",
"omegaconf>=2.1,<2.4",
"hydra-core>=1.1",
"black",
"packaging",
Expand Down

0 comments on commit 7d2e68d

Please sign in to comment.