Skip to content

Commit

Permalink
Rewrite Python dependency constraints to allow for more accurate and …
Browse files Browse the repository at this point in the history
…granular future compatibility (#1389)
  • Loading branch information
bartfeenstra committed Apr 9, 2024
1 parent fd8c6e9 commit edb1ae4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ dependencies = [
'Pillow ~= 10.1, >= 10.1.0',
'PyQt6 ~= 6.5, >= 6.5.0',
'pyyaml ~= 6.0, >= 6.0.0',
'referencing ~= 0.34.0',
'sphinx ~= 7.2.6',
'sphinx-design ~= 0.5.0',
'sphinx-immaterial ~= 0.11.10',
'sphinx-autodoc-typehints ~= 2.0.0',
'typing_extensions ~= 4.10.0',
'referencing ~= 0.34, >= 0.34.0',
'sphinx ~= 7.2, >= 7.2.6',
'sphinx-design ~= 0.5, >= 0.5.0',
'sphinx-immaterial ~= 0.11, >= 0.11.10',
'sphinx-autodoc-typehints ~= 2.0, >= 2.0.0',
'typing_extensions ~= 4.10, >= 4.10.0',
]
classifiers = [
'Environment :: Console',
Expand Down

0 comments on commit edb1ae4

Please sign in to comment.