**Describe the bug** When installing omegaconf with poetry command `poetry add omegaconf`, the follogin warning is issued: PackageInfo: Invalid constraint (PyYAML (>=5.1.*)) found in omegaconf-2.1.0 dependencies, skipping **To Reproduce** Just install the package in an empty environment. **Expected behavior** To correctly get and install the pyyaml dependency. **Additional context** - [X] OmegaConf version: 2.1.0 - [X] Python version: 3.8 - [X] Operating system: Windows - [ ] Please provide a minimal repro