Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 271 Bytes

3206.change.rst

File metadata and controls

4 lines (4 loc) · 271 Bytes

Fixed behaviour when both install_requires (in setup.py) and dependencies (in pyproject.toml) are specified. The configuration in pyproject.toml will take precedence over setup.py (in accordance with PEP 621). A warning was added to inform users.