Skip to content

Commit

Permalink
Merge pull request #45 from ASFHyP3/upgrade-mkdocs-material
Browse files Browse the repository at this point in the history
fix `mkdocs-material` pin
  • Loading branch information
jtherrmann authored Oct 6, 2023
2 parents b9847c8 + 2a23509 commit 6c49607
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 @@ -31,7 +31,7 @@

install_requires=[
'mkdocs',
'mkdocs-material~=9',
'mkdocs-material>=9.4.2,<10',
],

packages=find_packages(),
Expand Down

0 comments on commit 6c49607

Please sign in to comment.