-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dependency conflicts in pyproject.toml
This makes three changes to fix dependency resolution - Fixes a bug where the sphinx version is unresolvable, and pins it to 8.0.2 (the minimum version required by the minimum version of sphinx-autodoc-typehints) - Lowers the required version of `pefile` in order to allow us to use the `pyinstaller` version specified in the `dev` dependencies - Bumps the python version to 3.10 in order to support sphinx 8.0.2
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters